-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 899 Bytes
/
.env.example
File metadata and controls
24 lines (18 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Google Drive API設定
# Google Cloud Consoleで取得したクライアントIDとAPIキーを設定してください
# 詳細: gui/smalruby3-gui/docs/google-drive-setup.md
# OAuth 2.0 クライアントID
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
# APIキー
GOOGLE_API_KEY=your-api-key
# Mesh V2 拡張機能設定
MESH_GRAPHQL_ENDPOINT=https://example.appsync-api.ap-northeast-1.amazonaws.com/graphql
MESH_API_KEY=da2-your-api-key
MESH_AWS_REGION=ap-northeast-1
MESH_SECRET_KEY=your-secret-key-for-domain-hashing
# データ更新インターバル(ミリ秒): デフォルト 1000
MESH_DATA_UPDATE_INTERVAL_MS=1000
# イベントバッチ送信インターバル(ミリ秒): デフォルト 1000
MESH_EVENT_BATCH_INTERVAL_MS=1000
# 定期データ同期インターバル(ミリ秒): デフォルト 15000 (15秒)
MESH_PERIODIC_DATA_SYNC_INTERVAL_MS=15000