first commit
This commit is contained in:
9
backend/riotz-api/.env.example
Normal file
9
backend/riotz-api/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
DB_URL=jdbc:postgresql://localhost:5432/riotz
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=postgres
|
||||
JWT_ACCESS_SECRET=change-me-access
|
||||
JWT_REFRESH_SECRET=change-me-refresh
|
||||
JWT_ACCESS_EXPIRATION_MS=900000
|
||||
JWT_REFRESH_EXPIRATION_MS=604800000
|
||||
MEDIA_PROVIDER=s3
|
||||
MEDIA_BUCKET_NAME=riotz-media
|
||||
Reference in New Issue
Block a user