Update manage.py

This commit is contained in:
qiaofeng1227 2023-03-08 07:51:14 +08:00 committed by GitHub
parent fa698c23d3
commit 2244b0de17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")