fix: usage of API_URL
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
COMPOSE_PROJECT_NAME='thream-api'
|
||||
HOST='0.0.0.0'
|
||||
PORT='8080'
|
||||
API_URL='http://localhost:8080'
|
||||
DATABASE_URL='postgresql://user:password@thream-database:5432/thream'
|
||||
JWT_ACCESS_EXPIRES_IN='15 minutes'
|
||||
JWT_ACCESS_SECRET='accessTokenSecret'
|
||||
|
Reference in New Issue
Block a user