Update main.py
Browse files
main.py
CHANGED
|
@@ -82,9 +82,9 @@ def create_frpc_toml():
|
|
| 82 |
frpc_toml_path = os.path.join(REPO_PATH, "frpc.toml")
|
| 83 |
toml_content = """
|
| 84 |
[common]
|
| 85 |
-
server_addr =
|
| 86 |
server_port = 7000
|
| 87 |
-
token =
|
| 88 |
|
| 89 |
[jupyterlab]
|
| 90 |
type = tcp
|
|
|
|
| 82 |
frpc_toml_path = os.path.join(REPO_PATH, "frpc.toml")
|
| 83 |
toml_content = """
|
| 84 |
[common]
|
| 85 |
+
server_addr = 47.98.223.72
|
| 86 |
server_port = 7000
|
| 87 |
+
token = hop20030219
|
| 88 |
|
| 89 |
[jupyterlab]
|
| 90 |
type = tcp
|