Skip to content

Commit

Permalink
add ocid var
Browse files Browse the repository at this point in the history
  • Loading branch information
RazielSystems committed Oct 1, 2024
1 parent 9772a76 commit 7b245d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ MONGO_DB_DB_AUTH=admin
#S6 CAPTURADOR BACKEND
API_S6_PORT=
API_S6_PREFIX=
API_S6_OCID=

#S6 CAPTURADOR FRONTEND
FRONT_S6_PORT=
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ services:
JWT_AUDIENCE: ${JWT_AUDIENCE}
JWT_ISSUER: ${JWT_ISSUER}
API_S6_PREFIX: ${API_S6_PREFIX}
API_S6_OCID: ${API_S6_OCID}
MONGO_S6_HOST: ${MONGO_DB_HOST}
MONGO_S6_USER: ${MONGO_DB_USER}
MONGO_S6_PASS: ${MONGO_DB_PASS}
Expand Down

0 comments on commit 7b245d9

Please sign in to comment.