Skip to content

Commit

Permalink
added .env template
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Jan 31, 2024
1 parent bea89d4 commit 23ce9f8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# github OAuth app configs
GITHUB_AUTH_CLIENT_ID=
GITHUB_AUTH_CLIENT_SECRET=

# github app configs
GITHUB_APP_ID=
GITHUB_APP_CLIENT_ID=
GITHUB_APP_CLIENT_SECRET=
GITHUB_APP_WEBHOOK_SECRET=
GITHUB_APP_PRIVATE_KEY=

# gitlab OAuth app configs
GITLAB_APP_CLIENT_ID=
GITLAB_APP_CLIENT_SECRET=
GITLAB_APP_REDIRECT_URI=

# email configs
EMAIL_HOST=
EMAIL_ADDRESS=
EMAIL_PASSWORD=

PORT=

# augur configs
AUGUR_API_KEY=

# database configs
DB_DIALECT=
DB_HOST=
DB_NAME=
DB_USER=
DB_PASSWORD=
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ web_modules/

# dotenv environment variable files
.env*
!.env.example

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down

0 comments on commit 23ce9f8

Please sign in to comment.