diff --git a/backend/app/core/config.py b/backend/app/core/config.py index df37913..cfd4445 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -2,7 +2,8 @@ import os PROJECT_NAME = "KintoneAppBuilder" -SQLALCHEMY_DATABASE_URI = "postgres://maxz64:m@xz1205@alicornkintone.postgres.database.azure.com/postgres" +# SQLALCHEMY_DATABASE_URI = "postgres://maxz64:m@xz1205@alicornkintone.postgres.database.azure.com/postgres" +SQLALCHEMY_DATABASE_URI = "postgres://kabAdmin:P@ssw0rd!@kintonetooldb.postgres.database.azure.com/postgres" BASE_URL = "https://mfu07rkgnb7c.cybozu.com"