Initial commit — Southwest Roleplay FiveM
This commit is contained in:
11
ormconfig.js
Normal file
11
ormconfig.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
type: 'mysql',
|
||||
host: process.env.DB_HOST || 'play.southwest-roleplay.dev',
|
||||
port: Number(process.env.DB_PORT) || 3306,
|
||||
username: process.env.DB_USER || 'username',
|
||||
password: process.env.DB_PASS || 'password',
|
||||
database: process.env.DB_NAME || 'game',
|
||||
logging: ['error', 'log'],
|
||||
entities: ['./dist/server/entities/*.js'],
|
||||
synchronize: false,
|
||||
};
|
||||
Reference in New Issue
Block a user