This commit is contained in:
anhefti 2019-08-26 17:14:04 +02:00
parent c1cc3e9798
commit 0a2fa3b7b4

View file

@ -46,7 +46,7 @@ ENTRYPOINT exec java \
--spring.config.location=classpath:/config/ \
--datastore.mariadb.server.address="${DBSERVER_ADDRESS}" \
--datastore.mariadb.server.port="${DBSERVER_PORT}" \
--spring.profiles.active=dev \
--spring.profiles.active=prod \
--spring.datasource.password="${DBSERVER_PWD}" \
--sebserver.webservice.api.admin.clientSecret="${GUICLIENT_PWD}" \
--sebserver.webservice.internalSecret="${INTERNAL_PWD}"