Skip to content

Commit

Permalink
feat: add example env (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Jan 10, 2023
1 parent 8a281d8 commit 2091148
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
GITHUB_CLIENT_ID="YOUR_GIHUB_APPLICATION_ID"
GITHUB_CLIENT_SECRET="YOUR_GIHUB_APPLICATION_SECRET"
NUXT_SECRET="YOUR_NUXT_SECRET"
ORIGIN="YOUR_ORIGIN"
CERTBOT_DOMAIN="YOUR_DOMAIN"
CERTBOT_EMAIL="YOUR_ADMIN_EMAIL"

0 comments on commit 2091148

Please sign in to comment.