-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
26 lines (24 loc) · 665 Bytes
/
Copy path.env
File metadata and controls
26 lines (24 loc) · 665 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
# WARNING
# THIS IS AN EXAMPLE FILE. DO NOT MOFIDY THIS FILE.
# READ INSTRUCTIONS CAREFULLY.
#
# We will use this file to store sensitive information
# that our application requires, such as:
# - SECRETS/SESSION KEYS
# - CREDENTIALS
# - API KEYS
# - CONFIGURATION INFO
#
# INSTRUCTIONS:
# 1. copy file `.env.example` into `.env`
# 2. modify/add any ENVIRONMENT VARIABLES
# 3. make sure `.env` is in `.gitignore`
#
# Add environment variables below in this format:
# KEY=VALUE
#
# Each ENVIRONMENT VARIABLE define will be available in
# `process.env.KEY` in your code
# PORT Number for API
PORT=8080
SESSION_SECRET=KnksgnofgnJNRGHB03HG0UIBIFBVFjii