-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-config.json
More file actions
42 lines (42 loc) · 1.04 KB
/
app-config.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"database": {
"user": "authlance",
"password": "1234",
"host": "127.0.0.1",
"port": 3306,
"schema": "authlance-loop"
},
"cors": {
"allowedOrigins": [
"https://new.example.com",
"https://local.example.com"
]
},
"nats": {
"url": "nats://localhost:4222"
},
"postmark": {
"server": "XXXXX",
"key": "XXXXX",
"company": "XXXXX",
"templates": {
"verification_code_valid": {
"alias": "XXXXX",
"from": "XXXXX",
"fromName": "XXXXX",
"fromPosition": "XXXXX"
},
"recovery_code_valid": {
"alias": "XXXXX",
"from": "XXXXX",
"fromName": "XXXXX",
"fromPosition": "XXXXX"
}
}
},
"jwtSecret": "XXXXXX",
"rootAppUrl": "https://new.example.com",
"basePath": "/authlance/loop",
"frontEndBasePath": "/",
"pat": "pat_XXXXXXXX"
}