File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,21 @@ EXAMPLE_USER_PASSWORD=hellop5js
10
10
GG_EXAMPLES_USERNAME = generativedesign
11
11
GG_EXAMPLES_EMAIL = [email protected]
12
12
GG_EXAMPLES_PASS = generativedesign
13
- ML5_LIBRARY_USERNAME = ml5
14
- ML5_LIBRARY_EMAIL = [email protected]
15
- ML5_LIBRARY_PASS = helloml5
16
13
GITHUB_ID = <your-github-client-id>
17
14
GITHUB_SECRET = <your-github-client-secret>
18
15
GOOGLE_ID = <your-google-client-id> (use google+ api)
19
16
GOOGLE_SECRET = <your-google-client-secret> (use google+ api)
20
17
MAILGUN_DOMAIN = <your-mailgun-domain>
21
18
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
22
23
MONGO_URL = mongodb://localhost:27017/p5js-web-editor
23
24
PORT = 8000
24
25
S3_BUCKET = <your-s3-bucket>
25
26
S3_BUCKET_URL_BASE = <alt-for-s3-url>
26
27
SESSION_SECRET = whatever_you_want_this_to_be_it_only_matters_for_production
28
+ TRANSLATIONS_ENABLED = true
27
29
UI_ACCESS_TOKEN_ENABLED = false
28
30
UPLOAD_LIMIT = 250000000
29
- MOBILE_ENABLED = true
You can’t perform that action at this time.
0 commit comments