config.ini 378 Bytes
Newer Older
wanli's avatar
wanli committed
1
[uploads]
wanliofficial's avatar
wanliofficial committed
2 3
port = 80
host = store.evmiot.com
wanli's avatar
wanli committed
4
protocol = http
wanli's avatar
wanli committed
5
upload_path = ../../evm_app_store_files
wanli's avatar
wanli committed
6
temp_dir = tmp
wanli's avatar
wanli committed
7 8
epk_dir = epks
db_dir = epkdb
wanli's avatar
wanli committed
9 10 11 12 13 14 15 16 17 18 19 20
upload_dir = uploads

[database]
provider = sqlite
filename = app-store.db

[scheduler]
db = scheduler.db

[application]
name = evm_store
backup_dir = backup
wanli's avatar
wanli committed
21 22
evueapps_dir = evueapps
launcher_dir = launcher
wanliofficial's avatar
wanliofficial committed
23
host = 0.0.0.0
wanli's avatar
wanli committed
24
port = 3000