-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
20 lines (19 loc) · 968 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This .env file was generated by buffalo, add here the env variables you need
# buffalo to load into the ENV on application startup so your application works correctly.
# To add variables use KEY=VALUE format, you can later retrieve this in your application
# by using os.Getenv("KEY").
#
# Example:
# DATABASE_PASSWORD=XXXXXXXXX
# SESSION_SECRET=XXXXXXXXX
# SMTP_SERVER=XXXXXXXXX
NODE_ENV=development
PORT=4000
# GOOGLE_OAUTH_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# GOOGLE_OAUTH_SECRET=XXXXXXXXXXXXXXXXXXXXXXXX
# HOST=http://localhost:4000
# You need an app that's granted domain-wide delegation due to the use of the app scripts api:
# https://developers.google.com/identity/protocols/oauth2/service-account#delegatingauthority
# GOOGLE_CLIENT_EMAIL=XXXXXXXXXXXXXXXXXXXXXXXX
# GOOGLE_CLIENT_PRIVATE_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# GOOGLE_CLIENT_SUBJECT=XXXXXXXXXXXXXXXXXXXXXXXX