diff options
| author | Pitu <[email protected]> | 2019-02-21 23:05:56 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-02-21 23:05:56 +0900 |
| commit | 25c5a06ec3e363f5b98607949b76b8b395e4c962 (patch) | |
| tree | 69cff95723b1f8bd3e2adab776ab8b5fbfa140e5 /src/api/utils/Util.js | |
| parent | WIP (diff) | |
| download | host.fuwn.me-25c5a06ec3e363f5b98607949b76b8b395e4c962.tar.xz host.fuwn.me-25c5a06ec3e363f5b98607949b76b8b395e4c962.zip | |
derp
Diffstat (limited to 'src/api/utils/Util.js')
| -rw-r--r-- | src/api/utils/Util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/utils/Util.js b/src/api/utils/Util.js index 79e933f..46f7d2e 100644 --- a/src/api/utils/Util.js +++ b/src/api/utils/Util.js @@ -8,7 +8,7 @@ const db = require('knex')({ connection: { host: process.env.DB_HOST, user: process.env.DB_USER, - password: process.env.DB_PASS, + password: process.env.DB_PASSWORD, database: process.env.DB_DATABASE } }); |