Skip to content

Commit

Permalink
Merge pull request jmpsec#456 from jmpsec/session-key-docker-dev
Browse files Browse the repository at this point in the history
Using session key for docker dev `osctrl-admin`
  • Loading branch information
javuto authored Jul 10, 2024
2 parents 22002fc + 23a004b commit c020425
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 @@ -7,6 +7,7 @@ POSTGRES_DB_USERNAME=osctrl
POSTGRES_DB_PASSWORD=osctrl
REDIS_VERSION=6.2.6-alpine3.15
JWT_SECRET=0000000000000000000000000000000000000000000000000000000000000000
SESSION_KEY=sessionkey
OSCTRL_USER=admin
OSCTRL_PASS=Changeme123!
GOLANG_VERSION=1.21.3
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ services:
- JWT_SECRET=${JWT_SECRET}
- SERVICE_LOGGER=db
- LOGGER_DB_SAME=true
- SESSION_KEY=${SESSION_KEY}
#### Database settings ####
- DB_HOST=osctrl-postgres
- DB_NAME=${POSTGRES_DB_NAME}
Expand Down

0 comments on commit c020425

Please sign in to comment.