UNPKG
apflora
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Aktionsplan Flora Kt. Zürich
github.com/FNSKtZH/apflora
FNSKtZH/apflora
apflora
/
dev_config.json
20 lines
(19 loc)
•
372 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"isDev"
:
true
,
"isSecure"
:
false
,
"session"
:
{
"host"
:
"localhost"
,
"port"
:
6379
,
"db"
:
1
,
"secret"
:
"bang!"
,
"secure"
:
false
}
,
"http"
:
{
"listen"
:
"localhost"
,
"port"
:
4000
}
,
"client"
:
{
"apiUrl"
:
"http://localhost:4000"
,
"debugMode"
:
true
}
}