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:
parent
ca30b74bf8
commit
0a1bb941a5
3 changed files with 16 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue