-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env
38 lines (31 loc) · 1.02 KB
/
example.env
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
29
30
31
32
33
34
35
36
37
38
#########################################################################
# Example .env file for this project.
# Change it to match the configuration of your system and rename this
# file as .env
#
# e.g.: mv example.env .env
#
#########################################################################
# Node environment: test, development or production
NODE_ENV=production
# CORS: Access Control
ALLOWED_ORIGIN=http://localhost:4200
# Beanstalkd
BEANSTALKD_HOST=localhost
BEANSTALKD_PORT=11300
# Error logging
ERROR_LEVEL=ERROR
# Twitter API tokens
ACCESS_TOKEN_KEY=your-access-token
ACCESS_TOKEN_SECRET=your-access-token-secret
CONSUMER_KEY=your-consumer-key
CONSUMER_SECRET=your-consumer-secret
# Firebase tokens and user
FB_API_KEY = someAPIKeyFromFirebase
FB_AUTH_DOMAIN = your-project.firebaseapp.com
FB_DATABASE_URL = https://your-project.firebaseio.com
FB_PROJECT_ID = your-project-id
FB_STORAGE_BUCKET = your-project.appspot.com
FB_MESSAGING_SENDER_ID = 123456789012
FB_EMAIL = youremail@domain.com
FB_PASSWORD = yourPassword