Skip to content

Commit

Permalink
fixed DB password settings for sps service setup
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Oct 30, 2024
1 parent 73b9a04 commit b6f0b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/bundled/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
# Data Base settings
# NOTE: these must match with the DB connection settings on mariadb service
- spring_datasource_username=root
- spring_datasource_password=${SEBSERVER_PWD}
- spring_datasource_password=${DB_SA_PWD}
- datastore_mariadb_server_port=3306
- datastore_mariadb_server_address=seb-server-mariadb
- sps_data_store_adapter=FULL_RDBMS
Expand Down

0 comments on commit b6f0b3d

Please sign in to comment.