icons
This commit is contained in:
parent
a984896e20
commit
65150348d1
@ -59,5 +59,5 @@ deploy-prod:
|
|||||||
DB_HOST: "77.246.159.65"
|
DB_HOST: "77.246.159.65"
|
||||||
RABBIT_HOST: "77.246.159.65"
|
RABBIT_HOST: "77.246.159.65"
|
||||||
FS_HOST: "77.246.159.65"
|
FS_HOST: "77.246.159.65"
|
||||||
DB_PASSWORD: "$DB_PASSWORD"
|
DB_PASSWORD: "$DB_PASSWORD_PROD"
|
||||||
TELEGRAM_TOKEN: "$TELEGRAM_TOKEN_PROD"
|
TELEGRAM_TOKEN: "$TELEGRAM_TOKEN_PROD"
|
||||||
|
@ -14,7 +14,7 @@ def runserver():
|
|||||||
if not exists("data/meta.txt"):
|
if not exists("data/meta.txt"):
|
||||||
with open("data/meta.txt", "w") as fs:
|
with open("data/meta.txt", "w") as fs:
|
||||||
fs.write("0")
|
fs.write("0")
|
||||||
web.run_app(app, host=os.getenv("FS_HOST", "0.0.0.0"), port=5555)
|
web.run_app(app, host="0.0.0.0", port=5555)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user