Skip to content

Commit

Permalink
Test DB password
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtarcommunications committed Nov 2, 2024
1 parent e05b04a commit 8d73317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
NODE_ENV: 'test'
CODE_PATH: '/home/runner/work/indexcards/indexcards'
DB_USER: 'tabroom'
DB_PASS: 'tabroom'
HUSKY: 0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion config/config.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ switch (env) {
case 'test':
config.DB_HOST = 'localhost';
config.DB_USER = 'tabroom';
config.DB_PASS = 'DoNotBeANoob';
config.DB_PASS = 'tabroom';
config.MESSAGE_RATE_MAX = '1000000000';
config.sequelizeOptions.logging = false;
config.MODE = 'test';
Expand Down

0 comments on commit 8d73317

Please sign in to comment.