Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-eof committed Dec 28, 2022
1 parent a2e651c commit ea6051a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions configuration/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"jwt_secret": "this_is_our_secret",
"jwt_ttl": 72000,
"issue_storage_path": "./data",
"cors_allowed_origins": [
"http://localhost:3000",
"http://192.168.1.105:3000",
"http://192.168.1.101:8082",
"http://localhost:8082"
],
"cors_allowed_origins": ["http://localhost:3000", "http://localhost:8082"],
"cors_allowed_headers": [
"Access-Control-Allow-Credentials",
"Access-Control-Allow-Headers",
Expand Down

0 comments on commit ea6051a

Please sign in to comment.