airboardgame/backend/.env.dist
2021-05-13 14:17:23 +02:00

39 righe
775 B
Text
Originale Incolpa Cronologia

Questo file contiene caratteri Unicode invisibili

Questo file contiene caratteri Unicode invisibili che sono indistinguibili agli umani ma potrebbero essere processati diversamente da un computer. Se pensi che questo sia intenzionale puoi tranquillamente ignorare questo avviso. Usa il tasto Escape per rivelarli.

# Secret key generated by ricochetjs. This is the same you put in `site.json` file.
RICOCHET_SECRET_KEY=
# --- Ricochet configuration start here
SERVER_PORT=3001
SERVER_HOST=localhost
# memory, disk or s3 storage are available
FILE_STORAGE=memory
# S3 storage configuration
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_ENDPOINT=
S3_BUCKET=
# Only for testing purpose
S3_BUCKET_TEST=test-bucket-001
# memory or nedb store backend
STORE_BACKEND=memory
NEDB_BACKEND_DIRNAME=/path/to/data # Any path where nedb databases will be kept
SECRET=YourSuperSecretHere
# Smtp server configuration
EMAIL_HOST=fake
EMAIL_PORT=
EMAIL_USER=
EMAIL_PASSWORD=
EMAIL_FROM=
# Webconference Openvidu configuration
# See https://docs.openvidu.io for more information
OPENVIDU_URL=
OPENVIDU_SECRET=