wip: alpha version
This commit is contained in:
28
etc/config.json
Normal file
28
etc/config.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "ult",
|
||||
"address": "0.0.0.0:80",
|
||||
"_database": {
|
||||
"type": "postgresql",
|
||||
"_type": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": 5432,
|
||||
"db": "ult",
|
||||
"username": "ult",
|
||||
"password": "ult@sonar"
|
||||
},
|
||||
"database": {
|
||||
"type": "sqlite",
|
||||
"path": "db.sqlite",
|
||||
"_path": ":memory:"
|
||||
},
|
||||
"_cache": {
|
||||
"type": "redis",
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379,
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"cache": {
|
||||
"type": "memory"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user