forked from jallphin/spitfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
30 lines (30 loc) · 808 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"jwt": {
"issuer": "reconmap.org",
"audience": "reconmap.com",
"key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"cors": {
"allowedOrigins": [
"http://rts.lan:5500",
"http://rts.lan",
"http://reconmap.rts.lan:5500",
"http://reconmap.rts.lan"
]
},
"database": {
"host": "rmap-mysql",
"username": "reconmapper",
"password": "reconmapped",
"name": "reconmap"
},
"smtp": {
"host": "",
"port": 587,
"username": "",
"password": "",
"fromEmail": "[email protected]",
"fromName": "Reconmap"
},
"integrations": {}
}