mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
Db config
This commit is contained in:
parent
254c5c7add
commit
9e919c3c24
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,9 +3,10 @@
|
|||||||
._*
|
._*
|
||||||
node_modules
|
node_modules
|
||||||
core*
|
core*
|
||||||
|
config/development.json
|
||||||
dist
|
dist
|
||||||
webpack_stats.html
|
webpack_stats.html
|
||||||
data/*
|
data/*
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
yarn.lock
|
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