API token

This commit is contained in:
2023-11-04 17:16:57 +09:00
parent 26890f5b35
commit 761eb4c13e
2 changed files with 17 additions and 10 deletions

View File

@@ -3,8 +3,8 @@ import base64
PROJECT_NAME = "KintoneAppBuilder"
# 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"
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"
API_V1_STR = "/k/v1"