Skip to content

Commit b8f1192

Browse files
committed
Add new variables to .env.example
1 parent e7f5fad commit b8f1192

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ MAILGUN_DOMAIN=<your-mailgun-domain>
2121
MAILGUN_KEY=<your-mailgun-api-key>
2222
MONGO_URL=mongodb://localhost:27017/p5js-web-editor
2323
PORT=8000
24+
PREVIEW_PORT=8002
25+
EDITOR_URL=http://localhost:8000
26+
PREVIEW_URL=http://localhost:8002
2427
S3_BUCKET=<your-s3-bucket>
2528
S3_BUCKET_URL_BASE=<alt-for-s3-url>
2629
SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production

0 commit comments

Comments
 (0)