mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 19:02:12 +00:00
Added config file for project
This commit is contained in:
parent
147777af0d
commit
03d45937d7
32
config.jsonc
Normal file
32
config.jsonc
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"database": {
|
||||||
|
//driver to use with database
|
||||||
|
"driver": "pdo_mysql",
|
||||||
|
|
||||||
|
// host of database
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
|
||||||
|
// database name
|
||||||
|
"dbname": "aptatio",
|
||||||
|
|
||||||
|
// user to use
|
||||||
|
"user": "aptatio",
|
||||||
|
|
||||||
|
//user's password
|
||||||
|
"password": "aptatio"
|
||||||
|
},
|
||||||
|
"cache": {
|
||||||
|
|
||||||
|
// enable/disable the cache
|
||||||
|
"enabled": "false",
|
||||||
|
|
||||||
|
//path to cache folder
|
||||||
|
"path": "cache/",
|
||||||
|
|
||||||
|
// driver to use with cache
|
||||||
|
"driver": "\\AdminPanel\\Cache\\FileCache",
|
||||||
|
"options": {
|
||||||
|
"ttl": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user