sqlserver->postgresql

This commit is contained in:
2023-09-30 15:16:05 +09:00
parent 8d5dff60f1
commit e1f2afa942
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import os
PROJECT_NAME = "KintoneAppBuilder"
SQLALCHEMY_DATABASE_URI = "mssql+pymssql://maxz64@maxzdb:m@xz1205@maxzdb.database.windows.net/alloc"
SQLALCHEMY_DATABASE_URI = "postgres://maxz64:m@xz1205@alicornkintone.postgres.database.azure.com/postgres"
BASE_URL = "https://mfu07rkgnb7c.cybozu.com"