You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
|
|
{
|
||
|
|
"weburl": "https://yourapp.com",
|
||
|
|
"address": "localhost",
|
||
|
|
"port": 8080,
|
||
|
|
"apiprefix": "/api/v1",
|
||
|
|
"databasedriver": "sqlite",
|
||
|
|
"databasefile": "./openaccounting.db",
|
||
|
|
"storage": {
|
||
|
|
"backend": "local",
|
||
|
|
"local": {
|
||
|
|
"root_dir": "./uploads",
|
||
|
|
"base_url": "https://yourapp.com/files"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|