10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
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
|