Loading app.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ app.config["MAX_CONTENT_LENGTH"] = 128 client = docker.from_env() ALLOWED_ORIGIN = os.getent("ALLOWED_ORIGIN", "https://www.shore.co.il") ALLOWED_ORIGIN = os.getenv("ALLOWED_ORIGIN", "https://www.shore.co.il") CONTAINER_NAME = os.getenv("NC_CONTAINER", "nextcloud-nextcloud-1") NAME = os.getenv("NC_NAME", "Nimrod Adar") Loading Loading
app.py +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ app.config["MAX_CONTENT_LENGTH"] = 128 client = docker.from_env() ALLOWED_ORIGIN = os.getent("ALLOWED_ORIGIN", "https://www.shore.co.il") ALLOWED_ORIGIN = os.getenv("ALLOWED_ORIGIN", "https://www.shore.co.il") CONTAINER_NAME = os.getenv("NC_CONTAINER", "nextcloud-nextcloud-1") NAME = os.getenv("NC_NAME", "Nimrod Adar") Loading