Skip to content

Commit

Permalink
management-service: envs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MDybek committed Oct 12, 2024
1 parent 7ad7b5c commit dc13042
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ MANAGEMENT_EMAIL_HOST=smtp.webh.email

MANAGEMENT_CIPHER_ENCRYPTION_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

MANAGEMENT_SERVER_DOMAINNAME=test.com

REPORTSDB_USER=root
REPORTSDB_PASSWORD=example
REPORTSDB_HOST=mongodb
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ services:
- MANAGEMENT_EMAIL_PASSWORD=${MANAGEMENT_EMAIL_PASSWORD}
- MANAGEMENT_EMAIL_HOST=${MANAGEMENT_EMAIL_HOST}
- MANAGEMENT_CIPHER_ENCRYPTION_KEY=${MANAGEMENT_CIPHER_ENCRYPTION_KEY}
- MANAGEMENT_SERVER_DOMAINNAME=${MANAGEMENT_SERVER_DOMAINNAME}
ports:
- "8080:8080"
depends_on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server.domainname=management-service.rolo-labs.xyz
server.domainname=${MANAGEMENT_SERVER_DOMAINNAME}:management-service.rolo-labs.xyz
response-cookie.secure=true

0 comments on commit dc13042

Please sign in to comment.