Skip to content

Commit

Permalink
Database also need to match
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Mar 20, 2023
1 parent f2b2f8e commit 1416d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.testing.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
DB_DATABASE=osu_test
DB_DATABASE_CHAT=osu_chat_test
DB_DATABASE_MP=osu_mp_test
DB_DATABASE_STORE=osu_store_test
DB_DATABASE_UPDATES=osu_updates_test
DB_DATABASE_CHARTS=osu_charts_test

# match with docker-compose.yml
DB_DATABASE=osu_test
ES_INDEX_PREFIX=test_
SCHEMA=test

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ services:
condition: service_healthy
environment:
<<: *x-env
DB_CONNECTION_STRING: Server=db;Database=osu_test;Uid=osuweb;
# match with .env.testing.example
DB_CONNECTION_STRING: Server=db;Database=osu_test;Uid=osuweb;
ES_INDEX_PREFIX: test_
SCHEMA: test

Expand Down

0 comments on commit 1416d1d

Please sign in to comment.