Skip to content

Commit 263f48c

Browse files
committed
Merge develop
2 parents b8f1192 + bb681d7 commit 263f48c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.env.example

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ EXAMPLE_USER_PASSWORD=hellop5js
1010
GG_EXAMPLES_USERNAME=generativedesign
1111
GG_EXAMPLES_EMAIL=[email protected]
1212
GG_EXAMPLES_PASS=generativedesign
13-
ML5_LIBRARY_USERNAME=ml5
14-
ML5_LIBRARY_EMAIL=[email protected]
15-
ML5_LIBRARY_PASS=helloml5
1613
GITHUB_ID=<your-github-client-id>
1714
GITHUB_SECRET=<your-github-client-secret>
1815
GOOGLE_ID=<your-google-client-id> (use google+ api)
1916
GOOGLE_SECRET=<your-google-client-secret> (use google+ api)
2017
MAILGUN_DOMAIN=<your-mailgun-domain>
2118
MAILGUN_KEY=<your-mailgun-api-key>
19+
ML5_LIBRARY_USERNAME=ml5
20+
ML5_LIBRARY_EMAIL=[email protected]
21+
ML5_LIBRARY_PASS=helloml5
22+
MOBILE_ENABLED=true
2223
MONGO_URL=mongodb://localhost:27017/p5js-web-editor
2324
PORT=8000
2425
PREVIEW_PORT=8002
@@ -27,6 +28,6 @@ PREVIEW_URL=http://localhost:8002
2728
S3_BUCKET=<your-s3-bucket>
2829
S3_BUCKET_URL_BASE=<alt-for-s3-url>
2930
SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production
31+
TRANSLATIONS_ENABLED=true
3032
UI_ACCESS_TOKEN_ENABLED=false
3133
UPLOAD_LIMIT=250000000
32-
MOBILE_ENABLED=true

0 commit comments

Comments
 (0)