-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert .env.example and fix domain problem.
- Loading branch information
sean-kintone
committed
Jun 7, 2024
1 parent
b686e67
commit 02b8dd0
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DOMAIN = "MY_DOMAIN" 例: https://sean.cybozu.com/ -> "sean" | ||
APPID = "APP_ID" 例: https://sean.cybozu.com/k/2/ -> "2" | ||
APITOKEN = "MY_API_TOKEN_WITH_GET_PERMISSIONS" -> "qffBneGNpxRzPBd4JqcEO6Iu23Tcu1MFRdjbJ0UK" | ||
DOMAIN = "MY_DOMAIN" | ||
APPID = "APP_ID" | ||
APITOKEN = "MY_API_TOKEN_WITH_GET_PERMISSIONS" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters