diff --git a/.gitignore b/.gitignore index b6e4761..b33d783 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# VSCode +.vscode/ \ No newline at end of file diff --git a/user_data/config.json b/user_data/config.json index 6eeccbd..cb7b9f2 100644 --- a/user_data/config.json +++ b/user_data/config.json @@ -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",