- Revised .env.example to include additional optional settings for Google Drive, Discord, and Todoist. - Enhanced INSTALL.md with detailed setup steps, including clasp deployment instructions and troubleshooting tips. - Updated README.md to streamline quick start guide and clarify environment variable setup.
14 lines
No EOL
491 B
Text
14 lines
No EOL
491 B
Text
# Google Drive設定
|
||
GOOGLE_DRIVE_FOLDER_ID=your_folder_id_here
|
||
GOOGLE_CLIENT_ID=your_client_id_here
|
||
GOOGLE_CLIENT_SECRET=your_client_secret_here
|
||
GOOGLE_REDIRECT_URI=http://localhost:3000/oauth2callback
|
||
|
||
# スプレッドシートID(Discord通知用、オプション)
|
||
GOOGLE_SPREADSHEET_ID=your_spreadsheet_id_here
|
||
|
||
# Discord通知設定(オプション)
|
||
DISCORD_WEBHOOK_URL=your_webhook_url_here
|
||
|
||
# Todoist API設定(オプション)
|
||
TODOIST_API_KEY=your_todoist_api_token_here |