From cb598ada853374082be603d269c18b1c8a3dc7e5 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Fri, 26 Jul 2024 18:21:55 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E7=95=AA=E7=92=B0=E5=A2=83=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/kintone.ts | 6 +++--- src/config/mypage.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/kintone.ts b/src/config/kintone.ts index d48a68c..69e5520 100644 --- a/src/config/kintone.ts +++ b/src/config/kintone.ts @@ -38,10 +38,10 @@ export const kintoneConfig = (): KintoneConfig => { APP_ID: { 顧客マスタ: 258, 定期申込予約: 875, - 定期予約選考: 9999, - 問い合わせ: 9999, + 定期予約選考: 902, + 問い合わせ: 898, 入金予定結果: 874, - 各種申請: 9999, + 各種申請: 903, 車室情報管理: 260, 車室情報2: 868, 自動承認グループ: 869, diff --git a/src/config/mypage.ts b/src/config/mypage.ts index cf33cdc..b64b00e 100644 --- a/src/config/mypage.ts +++ b/src/config/mypage.ts @@ -11,7 +11,7 @@ export const myPageConfig = (): MyPageConfig => { }; } else if (process.env.NODE_ENV === "production") { return { - BASE_URL: "http://43.207.166.22", + BASE_URL: "http://kurutto-monthlyparking-mypage.kyotopublic.or.jp", TOKEN: "Abfg4Huo9KJU7YHSxaabcvWZZZPROD", }; } else {