9 lines
157 B
Text
9 lines
157 B
Text
|
database_config = {
|
||
|
host: 'localhost'
|
||
|
port: 3306
|
||
|
database: 'database'
|
||
|
username: 'username'
|
||
|
password: 'password'
|
||
|
}
|
||
|
|
||
|
module.exports = database_config
|