Skip to content

Commit

Permalink
Updated port and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBabescu committed Oct 30, 2021
1 parent a23847c commit 7dbd218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

# VSCode
.vscode/
2 changes: 1 addition & 1 deletion user_data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"api_server": {
"enabled": true,
"listen_ip_address": "127.0.0.1",
"listen_port": 10080,
"listen_port": 20080,
"verbosity": "error",
"enable_openapi": false,
"jwt_secret_key": "595e9cb58c29748270a739db7aa127fc30a9ecfbf0d11fc9d977de4d8a86037f",
Expand Down

0 comments on commit 7dbd218

Please sign in to comment.