Skip to content

Commit

Permalink
Merge pull request #4 from bamboo-firewall/hotfix-status-code
Browse files Browse the repository at this point in the history
Change env for docker-compose
  • Loading branch information
anhcx0209 authored Aug 21, 2023
2 parents 139cb0c + dbeed0d commit f929477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ACCESS_TOKEN_EXPIRY_HOUR=2
REFRESH_TOKEN_EXPIRY_HOUR=168
ACCESS_TOKEN_SECRET=jzZU3qXB6QEArUPLFi3g
REFRESH_TOKEN_SECRET=kdrqZnivLJ5UoNq3ZkYT
MONGO_URI=mongodb://bamboofw:nvaNhKvSJUu7sLR4NfGn@mongodb:27017/bamboofw?authSource=bamboofw
MONGO_URI=mongodb://mongou:mongopass@mongodb:27017/bamboofw?authSource=admin
CORS_ALLOW_METHODS="POST, GET, OPTIONS, PUT, DELETE"
CORS_ALLOW_ORIGINS="*"
MONGO_TIMEOUT=10
Expand Down

0 comments on commit f929477

Please sign in to comment.