Db config
This commit is contained in:
parent
254c5c7add
commit
9e919c3c24
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,9 +3,10 @@
|
||||
._*
|
||||
node_modules
|
||||
core*
|
||||
config/development.json
|
||||
dist
|
||||
webpack_stats.html
|
||||
data/*
|
||||
yarn-error.log
|
||||
yarn.lock
|
||||
|
||||
tmp
|
||||
|
10
config/default.json
Normal file
10
config/default.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"database": {
|
||||
"engine": "mysql",
|
||||
"host": "db",
|
||||
"name": "npm",
|
||||
"user": "npm",
|
||||
"password": "npm",
|
||||
"port": 3306
|
||||
}
|
||||
}
|
8
config/my.cnf
Normal file
8
config/my.cnf
Normal file
@ -0,0 +1,8 @@
|
||||
[mysqld]
|
||||
skip-innodb
|
||||
default-storage-engine=MyISAM
|
||||
default-tmp-storage-engine=MyISAM
|
||||
innodb=OFF
|
||||
symbolic-links=0
|
||||
log-output=file
|
||||
|
Loading…
Reference in New Issue
Block a user