Skip to content

Commit 1b78561

Browse files
authored
Update docker-compose.override.yml
1 parent b613162 commit 1b78561

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.override.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ services:
4343
- GoogleSheets:auth_provider_x509_cert_url=https://www.googleapis.com/oauth2/v1/certs
4444
- GoogleSheets:client_x509_cert_url=${GOOGLE_SHEETS_CLIENT_X509_CERT_URL}
4545
- GoogleSheets:private_key=${GOOGLE_SHEETS_PRIVATE_KEY}
46+
- Security:SecurityKey=${AUTH_SERVICE_SECURITY_KEY}
4647
ports:
4748
- "127.0.0.1:5000:5000"
4849

@@ -51,6 +52,7 @@ services:
5152
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=AuthServiceDB;User=sa;Password=Your_password123;TrustServerCertificate=true;
5253
- ASPNETCORE_ENVIRONMENT=Production
5354
- EventBus:EventBusHostName=rabbitmq
55+
- AppSettings:SecurityKey=${AUTH_SERVICE_SECURITY_KEY}
5456
- Github:ClientIdGithub=${GITHUB_CLIENT_ID}
5557
- Github:ClientSecretGithub=${GITHUB_CLIENT_SECRET}
5658
- Github:ScopeGitHub=read:user

0 commit comments

Comments
 (0)