Skip to content

Commit bb681d7

Browse files
authored
Merge pull request #1835 from processing/chore/enable-translations
Add TRANSLATIONS_ENABLED to .env.example
2 parents 801e0be + ede10c9 commit bb681d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.env.example

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ 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
S3_BUCKET=<your-s3-bucket>
2526
S3_BUCKET_URL_BASE=<alt-for-s3-url>
2627
SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production
28+
TRANSLATIONS_ENABLED=true
2729
UI_ACCESS_TOKEN_ENABLED=false
2830
UPLOAD_LIMIT=250000000
29-
MOBILE_ENABLED=true

0 commit comments

Comments
 (0)