mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-01 06:55:48 +00:00
Initial build environment stuff
This commit is contained in:
19
knexfile.js
Normal file
19
knexfile.js
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
development: {
|
||||
client: 'mysql',
|
||||
migrations: {
|
||||
tableName: 'migrations',
|
||||
stub: 'src/backend/lib/migrate_template.js',
|
||||
directory: 'src/backend/migrations'
|
||||
}
|
||||
},
|
||||
|
||||
production: {
|
||||
client: 'mysql',
|
||||
migrations: {
|
||||
tableName: 'migrations',
|
||||
stub: 'src/backend/lib/migrate_template.js',
|
||||
directory: 'src/backend/migrations'
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user