We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe24fd commit d1843bdCopy full SHA for d1843bd
.env.example
@@ -0,0 +1,19 @@
1
+# Ditto Configuration
2
+DITTO_APP_ID=your_app_id_here
3
+DITTO_TOKEN=your_playground_token_here
4
+
5
+# Optional - defaults to 'onlinePlayground'
6
+# DITTO_IDENTITY_TYPE=onlinePlayground
7
8
+# Only needed for onlineWithAuthentication
9
+# DITTO_CUSTOM_AUTH_URL=https://your-auth-url.com
10
11
+# Optional websocket URL
12
+# DITTO_WEBSOCKET_URL=wss://your-websocket-url.com
13
14
+# Optional settings (defaults shown)
15
+# DITTO_ENABLE_CLOUD_SYNC=false
16
+# DITTO_ENABLE_DQL_STRICT_MODE=false
17
18
+# Only needed for offlinePlayground
19
+# DITTO_SITE_ID=1
example/.gitignore
@@ -73,3 +73,4 @@ yarn-error.log
73
!.yarn/releases
74
!.yarn/sdks
75
!.yarn/versions
76
+.env
0 commit comments