Skip to content

Commit b6f0b3d

Browse files
committed
fixed DB password settings for sps service setup
1 parent 73b9a04 commit b6f0b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/prod/bundled/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ services:
8787
# Data Base settings
8888
# NOTE: these must match with the DB connection settings on mariadb service
8989
- spring_datasource_username=root
90-
- spring_datasource_password=${SEBSERVER_PWD}
90+
- spring_datasource_password=${DB_SA_PWD}
9191
- datastore_mariadb_server_port=3306
9292
- datastore_mariadb_server_address=seb-server-mariadb
9393
- sps_data_store_adapter=FULL_RDBMS

0 commit comments

Comments
 (0)