-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbase.yml
More file actions
16 lines (16 loc) · 774 Bytes
/
Copy pathbase.yml
File metadata and controls
16 lines (16 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
base:
environment:
ConnectionStrings__CoreDbConnection: Host=timeswapdb;Port=5432;Database=TimeSwapApi;Username=${CORE_DB_USER};Password=${CORE_DB_PASSWORD}
JWTSettings__SecretKey: ${JWT_SECRET}
JWTSettings__ValidAudience: ${JWT_AUDIENCE}
JWTSettings__ValidIssuer: ${JWT_ISSUER}
JWTSettings__ExpiryInSecond: ${JWT_EXPIRY}
EmailConfiguration__ApiKey: ${BREVO_API_KEY}
EmailConfiguration__From: ${EMAIL_FROM}
EmailConfiguration__SmtpServer: ${EMAIL_SMTP_SERVER}
EmailConfiguration__Port: ${EMAIL_PORT}
EmailConfiguration__Username: ${EMAIL_USERNAME}
EmailConfiguration__Password: ${EMAIL_PASSWORD}
Redis__ConnectionString: ${REDIS_CONNECTION}
Redis__InstanceName: ${REDIS_INSTANCE}