mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
env vars naming
This commit is contained in:
@@ -10,13 +10,13 @@ type ConnConfigs = Record<string, SeqOptsWithURI>;
|
||||
// env-specific config
|
||||
const connConfigs: ConnConfigs = {
|
||||
development: {
|
||||
use_env_variable: "DB_URI",
|
||||
use_env_variable: "SPOTMGR_DB_URI",
|
||||
},
|
||||
test: {
|
||||
use_env_variable: "DB_URI",
|
||||
use_env_variable: "SPOTMGR_DB_URI",
|
||||
},
|
||||
production: {
|
||||
use_env_variable: "DB_URI",
|
||||
use_env_variable: "SPOTMGR_DB_URI",
|
||||
// dialectOptions: {
|
||||
// ssl: true,
|
||||
// },
|
||||
|
||||
Reference in New Issue
Block a user