mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-28 23:48:40 +00:00
fixed config file
This commit is contained in:
parent
307198d90d
commit
e42e5c1658
119
app/web/config.json
Executable file
119
app/web/config.json
Executable file
|
|
@ -0,0 +1,119 @@
|
|||
{
|
||||
"db": {
|
||||
"core": {
|
||||
"masters": {
|
||||
"admin": {
|
||||
"db": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": "3306",
|
||||
"login": "root",
|
||||
"password": "root",
|
||||
"database": "oms_orw",
|
||||
"weight": 1000
|
||||
},
|
||||
"insert": {
|
||||
"db": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": "3306",
|
||||
"login": "root",
|
||||
"password": "root",
|
||||
"database": "oms_orw",
|
||||
"weight": 1000
|
||||
},
|
||||
"select": {
|
||||
"db": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": "3306",
|
||||
"login": "root",
|
||||
"password": "root",
|
||||
"database": "oms_orw",
|
||||
"weight": 1000
|
||||
},
|
||||
"update": {
|
||||
"db": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": "3306",
|
||||
"login": "root",
|
||||
"password": "root",
|
||||
"database": "oms_orw",
|
||||
"weight": 1000
|
||||
},
|
||||
"delete": {
|
||||
"db": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": "3306",
|
||||
"login": "root",
|
||||
"password": "root",
|
||||
"database": "oms_orw",
|
||||
"weight": 1000
|
||||
},
|
||||
"schema": {
|
||||
"db": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": "3306",
|
||||
"login": "root",
|
||||
"password": "root",
|
||||
"database": "oms_orw",
|
||||
"weight": 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mail": {
|
||||
"imap": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 143,
|
||||
"ssl": false,
|
||||
"user": "test",
|
||||
"password": "123456"
|
||||
},
|
||||
"pop3": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 25,
|
||||
"ssl": false,
|
||||
"user": "test",
|
||||
"password": "123456"
|
||||
}
|
||||
},
|
||||
"cache": {
|
||||
"redis": {
|
||||
"db": 1,
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379
|
||||
},
|
||||
"memcached": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 11211
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"file": {
|
||||
"path": "/home/spl1nes/repos/OnlineResourceWatcherApp/app/web/Logs"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"root": "/",
|
||||
"https": false,
|
||||
"type": "dist"
|
||||
},
|
||||
"app": {
|
||||
"path": "/home/spl1nes/repos/OnlineResourceWatcherApp/app/web",
|
||||
"default": {
|
||||
"app": "Frontend",
|
||||
"id": "frontend",
|
||||
"lang": "en"
|
||||
},
|
||||
"domains": {
|
||||
"127.0.0.1": {
|
||||
"app": "Frontend",
|
||||
"id": "frontend",
|
||||
"lang": "en"
|
||||
}
|
||||
}
|
||||
},
|
||||
"language": [
|
||||
"en",
|
||||
"de",
|
||||
"it"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user