Skip to content

Commit

Permalink
ignore env file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Jan 16, 2024
1 parent 9d48078 commit f8db450
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .env

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dist-ssr
build
rsa*
*.local
.env

# Editor directories and files
.vscode/*
Expand All @@ -26,3 +27,4 @@ rsa*
*.njsproj
*.sln
*.sw?
.vercel
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# EDD-API

### Environment variables
| **Environment variable** | **Default value** |
|----------------------------|-----------------------------------------------------|
| OAUTH_GOOGLE_CLIENT_ID | |
| OAUTH_GOOGLE_CLIENT_SECRET | |
| OAUTH_GOOGLE_REDIRECT_URL | |
| PUBLIC_KEY | |
| PRIVATE_KEY | |
| DATABASE_URL | postgresql://jonas:jonas@localhost:5432/fantasy_dev |
| WEBAPP_URL | http://localhost:3069 |
| COOKIE_ORIGIN | localhost |
| EXTERNAL_API_KEY | |
| CORS_ORIGIN | http://localhost:3069 |
| ENV | dev |
| REDIR_TO_WELCOME | false |
| LEAGUE_CODE | 147 |
| SEASON | 2023 |

0 comments on commit f8db450

Please sign in to comment.