remove app_env
This commit is contained in:
parent
96e9a6ca7d
commit
18c302e538
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
APP_ENV: dev
|
||||
DATABASE_URL: mysql://odc:<odcMySqlPw>@db-odc:3306/odc
|
||||
OAUTH_KEYCLOAK_CLIENT_ID: opendatenschutzcenter
|
||||
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
|
||||
|
|
|
@ -54,7 +54,6 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
APP_ENV: prod
|
||||
DATABASE_URL: mysql://odc:<odcMySqlPw>@db-odc:3306/odc
|
||||
OAUTH_KEYCLOAK_CLIENT_ID: opendatenschutzcenter
|
||||
OAUTH_KEYCLOAK_CLIENT_SECRET: <clientsecret>
|
||||
|
|
Loading…
Reference in a new issue