Skip to content

Commit

Permalink
Merge pull request #5 from bamboo-firewall/anhcx/fix-typo
Browse files Browse the repository at this point in the history
[MINOR] Fix typo: CORS_ALLOW_ORIGIN
  • Loading branch information
anhcx0209 authored Sep 6, 2023
2 parents f929477 + f1d045c commit 251ac64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MONGO_URI": "mongodb://mongou:mongopass@mongodb:27017/?authSource=admin",
"ADMIN_PASSWORD": "n9dR63zeCAxEPY92",
"CORS_ALLOW_METHODS": "POST, GET, OPTIONS, PUT, DELETE",
"CORS_ALLOW_ORIGINS": "*",
"CORS_ALLOW_ORIGIN": "*",
"MONGO_TIMEOUT": 10,
"EMAIL_DOMAIN": "example.com",
"ADMIN_ACCOUNT": "admin"
Expand Down
2 changes: 1 addition & 1 deletion deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ACCESS_TOKEN_SECRET=jzZU3qXB6QEArUPLFi3g
REFRESH_TOKEN_SECRET=kdrqZnivLJ5UoNq3ZkYT
MONGO_URI=mongodb://mongou:mongopass@mongodb:27017/bamboofw?authSource=admin
CORS_ALLOW_METHODS="POST, GET, OPTIONS, PUT, DELETE"
CORS_ALLOW_ORIGINS="*"
CORS_ALLOW_ORIGIN="*"
MONGO_TIMEOUT=10
EMAIL_DOMAIN=example.com
ADMIN_ACCOUNT=admin

0 comments on commit 251ac64

Please sign in to comment.