Skip to content

Commit

Permalink
Merge pull request #62 from diegofcornejo/docs/env
Browse files Browse the repository at this point in the history
chore: update env example
  • Loading branch information
diegofcornejo authored Oct 26, 2024
2 parents 452c186 + 854a46d commit d35d5e7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,13 @@ NEXTAUTH_SECRET=YOUR_NEXTAUTH_SECRET
#*********************************************************#
#********************* GITHUB **************************#
#*********************************************************#
GITHUB_TOKEN=YOUR_GITHUB_TOKEN
GITHUB_TOKEN=YOUR_GITHUB_TOKEN

#*********************************************************#
#********************* POSTGRES **************************#
#*********************************************************#
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=YOUR_POSTGRES_USER
POSTGRES_PASSWORD=YOUR_POSTGRES_PASSWORD
POSTGRES_DB=YOUR_POSTGRES_DB

0 comments on commit d35d5e7

Please sign in to comment.