config: use ts module.exports syntax for compatibility
This commit is contained in:
parent
3bad149cdb
commit
a51c4eb942
@ -1,4 +1,4 @@
|
||||
export default {
|
||||
module.exports = {
|
||||
app: {
|
||||
name: 'Example App',
|
||||
contact_email: 'contact@example.net'
|
||||
@ -43,4 +43,4 @@ export default {
|
||||
cache: false
|
||||
},
|
||||
approval_mode: false,
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
export default {
|
||||
module.exports = {
|
||||
log_level: "DEBUG",
|
||||
db_log_level: "ERROR",
|
||||
base_url: "https://watch-my.stream",
|
||||
@ -12,4 +12,4 @@ export default {
|
||||
secure: true,
|
||||
allow_invalid_tls: false
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
export default {
|
||||
module.exports = {
|
||||
mysql: {
|
||||
host: "localhost",
|
||||
user: "root",
|
||||
@ -6,4 +6,4 @@ export default {
|
||||
database: "wms2_core_test",
|
||||
create_database_automatically: true
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user