This commit is contained in:
iFargle
2023-02-20 14:13:18 +09:00
parent 0c22310860
commit c0d49216c5

View File

@@ -43,7 +43,8 @@ if AUTH_TYPE.lower() == "oidc":
}
}
"""
with open("secrets.json", "w+") as secrets_json:
os.
with open("/app/instance/secrets.json", "w+") as secrets_json:
secrets_json.write(client_secrets)
app.config.update({