File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments