File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 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
1010GG_EXAMPLES_USERNAME = generativedesign
1111GG_EXAMPLES_EMAIL = [email protected] 1212GG_EXAMPLES_PASS = generativedesign
13- ML5_LIBRARY_USERNAME = ml5
14- ML5_LIBRARY_EMAIL = [email protected] 15- ML5_LIBRARY_PASS = helloml5
1613GITHUB_ID = <your-github-client-id>
1714GITHUB_SECRET = <your-github-client-secret>
1815GOOGLE_ID = <your-google-client-id> (use google+ api)
1916GOOGLE_SECRET = <your-google-client-secret> (use google+ api)
2017MAILGUN_DOMAIN = <your-mailgun-domain>
2118MAILGUN_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
2223MONGO_URL = mongodb://localhost:27017/p5js-web-editor
2324PORT = 8000
2425S3_BUCKET = <your-s3-bucket>
2526S3_BUCKET_URL_BASE = <alt-for-s3-url>
2627SESSION_SECRET = whatever_you_want_this_to_be_it_only_matters_for_production
28+ TRANSLATIONS_ENABLED = true
2729UI_ACCESS_TOKEN_ENABLED = false
2830UPLOAD_LIMIT = 250000000
29- MOBILE_ENABLED = true
You can’t perform that action at this time.
0 commit comments