FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hackerAPI/.env.example at master · hackmcgill/hackerAPI · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hackmcgill
/
hackerAPI
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
24
Code
Issues
11
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hackerAPI
/
.env.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
55 lines (44 loc) · 1.58 KB
Breadcrumbs
hackerAPI
/
.env.example
Copy path
File metadata and controls
55 lines (44 loc) · 1.58 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
The port on which to run the server
PORT
=
<Some Port such as 3000>
#
The address on which the server is being run:
ADDRESS
=
<Some address such as 127.0.0.1>
#
front-end server
FRONTEND_ADDRESS_DEV
=
localhost:1337
FRONTEND_ADDRESS_DEPLOY
=
app.mchacks.ca
FRONTEND_ADDRESS_BETA
=
develop--mchacks-dashboard.netlify.com
#
The info for the deployment database
DB_ADDRESS_DEPLOY
=
<Deployment address>
DB_USER_DEPLOY
=
<username for db connection>
DB_PASS_DEPLOY
=
<password for db connection>
#
The info for the development database
DB_ADDRESS_DEV
=
<Development address>
DB_USER_DEV
=
<username for db connection>
DB_PASS_DEV
=
<password for db connection>
#
The info for the test database
DB_ADDRESS_TEST
=
<Test address>
DB_USER_TEST
=
<username for db connection>
DB_PASS_TEST
=
<password for db connection>
#
Secret key for the cookies
COOKIE_SECRET
=
<some secret key>
#
Secret key for the invite tokens
JWT_INVITE_SECRET
=
<some other secret key>
#
Reset password secret
JWT_RESET_PWD_SECRET
=
<yet some other secret key>
#
Secret key fo account confirmation token
JWT_CONFIRM_ACC_SECRET
=
<yet another secret ket part 2>
#
mail information
SENDGRID_API_KEY
=
<api key>
NO_REPLY_EMAIL
=
<email that you dont want people emailing>
#
Storage information
BUCKET_NAME
=
<bucket name>
#
Service account information (This is found in the json when you create a service account).
TYPE
=
service_account
PROJECT_ID
=
<project id>
PRIVATE_KEY_ID
=
<private key id>
PRIVATE_KEY
=
<private key>
CLIENT_EMAIL
=
<client email>
CLIENT_ID
=
<client id>
AUTH_URI
=
<auth uri>
TOKEN_URI
=
<token uri>
AUTH_PROVIDER_X509_CERT_URL
=
<auth provider>
CLIENT_X509_CERT_URL
=
<client cert url>
Back
|
FazBrowse Home
|
New Git URL