Migrations the right way
This commit is contained in:
@@ -3,7 +3,7 @@ SERVER_ADDR=:443
|
||||
APP_NAME=identity-svc
|
||||
APP_DOMAIN=identity.service.ego.io
|
||||
|
||||
API_DATABASE_URL=postgres://postgres:12345678@db-postgres:5432/egommerce
|
||||
API_DATABASE_URL=postgres://egommerce:12345678@db-postgres:5432/egommerce?sslmode=disable
|
||||
API_CACHE_ADDR=api-cache:6379
|
||||
API_CACHE_USERNAME=default
|
||||
API_CACHE_PASSWORD=12345678
|
||||
|
||||
Reference in New Issue
Block a user