We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f5fad commit b8f1192Copy full SHA for b8f1192
.env.example
@@ -21,6 +21,9 @@ MAILGUN_DOMAIN=<your-mailgun-domain>
21
MAILGUN_KEY=<your-mailgun-api-key>
22
MONGO_URL=mongodb://localhost:27017/p5js-web-editor
23
PORT=8000
24
+PREVIEW_PORT=8002
25
+EDITOR_URL=http://localhost:8000
26
+PREVIEW_URL=http://localhost:8002
27
S3_BUCKET=<your-s3-bucket>
28
S3_BUCKET_URL_BASE=<alt-for-s3-url>
29
SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production
0 commit comments