-
Notifications
You must be signed in to change notification settings - Fork 0
/
appsettings.yaml
35 lines (29 loc) · 928 Bytes
/
appsettings.yaml
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
## test env connection strings, ok to check in
ConnectionStrings:
Default: "Host=localhost;Database=detroitharps_dev;Username=detroitharps;Password=password"
Auth0:
Domain: "angband.auth0.com"
Authority: "https://angband.auth0.com"
ApiIdentifier: "https://dev.api.detroitharps.com"
S3:
Url: "https://nyc3.digitaloceanspaces.com"
BucketName: "detroitharps-app-storage"
Serilog:
MinimumLevel:
Default: Information
Override:
Microsoft: Warning
System: Warning
ServiceOptions:
ServiceName: detroitHarps-api
LogFolder: "/detroitharps/logs/api/"
ClientLogFolder: "/detroitharps/logs/client/"
BindUrl: http://localhost:5000
CorsAllowUrls:
- http://localhost:4200
- https://dev.detroitharps.com
# test email, dont really care if password is public
EmailSettings:
Email: "[email protected]"
Password: "testemail"
RecievingEmail: "[email protected]"