3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

fix whatever git did

This reverts commit 02759f2e87.
This commit is contained in:
rubyowo 2022-05-21 12:40:34 +04:00
parent 0a1bb941a5
commit ebaacefe99
No known key found for this signature in database
GPG key ID: F07F1FD982838593
3 changed files with 9 additions and 16 deletions

View file

@ -30,7 +30,6 @@ const migrationsDir = path.relative(process.cwd(), path.resolve(backendRoot, "sr
module.exports = {
type: "mysql",
host: process.env.DB_HOST,
port: 13306,
username: process.env.DB_USER,
password: process.env.DB_PASSWORD,
database: process.env.DB_DATABASE,