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

fix tag matching regex

This commit is contained in:
rubyowo 2022-05-20 17:53:46 +04:00
parent 2495336f1c
commit 02759f2e87
No known key found for this signature in database
GPG key ID: F07F1FD982838593
3 changed files with 16 additions and 9 deletions

View file

@ -30,6 +30,7 @@ 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,