Skip to content

Commit

Permalink
move to pharos_config_prod to ease the transition to the newly refact…
Browse files Browse the repository at this point in the history
…ored backend
  • Loading branch information
KeithKelleher committed Mar 31, 2021
1 parent d611ccf commit 99b55d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db_credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const cred = {
DBHOST: 'tcrd.ncats.io',
DBNAME: 'tcrd684',
CONFIGDB: 'pharos_config',
CONFIGDB: 'pharos_config_prod',
USER: 'tcrd',
PWORD: ''
};
Expand Down

0 comments on commit 99b55d7

Please sign in to comment.