Skip to content

Commit

Permalink
Use namespaced env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Aug 26, 2024
1 parent 7e0febb commit c6f2c78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ services:
context: .
target: final
environment:
- APP__NEO4J_URI=db:7687
- APP__NEO4J_USER=neo4j
- APP__NEO4J_PASSWORD=mydevpassword
- APP__followers__neo4j_user=db:7687
- APP__followers__neo4j_uri=neo4j
- APP__followers__neo4j_password=mydevpassword
- APP__ENVIRONMENT=development
- GOOGLE_APPLICATION_CREDENTIALS=/app/gcloud/application_default_credentials.json
- RUST_LOG=nos_followers=debug
Expand Down

0 comments on commit c6f2c78

Please sign in to comment.