mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update manage.py
This commit is contained in:
parent
fa698c23d3
commit
2244b0de17
@ -45,7 +45,7 @@ def get_my_app(app_name=None):
|
||||
url = "http://"+ip+":"+str(port)
|
||||
elif db_port != "":
|
||||
port = int(db_port)
|
||||
url = "http://" + ip + ":" + str(port)
|
||||
url = ""
|
||||
|
||||
# get user_name
|
||||
username_env, user_name = docker.read_env(path, "APP_USER")
|
||||
|
Loading…
Reference in New Issue
Block a user