-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
28 lines (22 loc) · 896 Bytes
/
sample.env
File metadata and controls
28 lines (22 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Rename to .env to set the secrets of the server
# Set to production when deploying to production
NODE_ENV=development
# Node.js server configuration
PORT=9000
HOST_URL=http://localhost:9000
SESSION_SECRET=MySuperCoolAndAwesomeSecretForSigningSessionCookies
# Auth configuration
# To generate: node -e "console.log(require('crypto').randomBytes(32).toString('hex'));"
JWT_SECRET=93b20a7bf68f4678728da01efcdda6fe73d6a7b5d5168310c4f22d5b9b47c85d
# SMTP Server config to send email
SMTP_HOST=smtp.mailtrap.io
SMTP_PORT=2525
SMTP_USER=6d7db097fbdf76
SMTP_PASSWORD=56af7f2eb004e5
# Firebase Phone Auth
# To get a new one, go to Firebase console -> Project -> Add web app -> in the JSON data -> apiKey
FIREBASE_API_KEY=0123456789abcdefghijklmnopqrstuvwxyz
# RabbitMQ config
RABBITMQ_ERLANG_COOKIE=0123456789abcdefghijklmnopqrstuvwxyz
RABBITMQ_DEFAULT_USER=rabbitmq
RABBITMQ_DEFAULT_PASS=rabbitmq