Skip to content

Commit

Permalink
Merge pull request #27 from classify-work/aljndaro-patch-1
Browse files Browse the repository at this point in the history
quotations fixed onboarding in .env.example
  • Loading branch information
mrmaxmysterious authored May 31, 2024
2 parents 773bd57 + f369bb5 commit 1a82bbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Tovy
############

SESSION_SECRET=your-super-secret-32-char-key # Generate one here --> https://bitwarden.com/password-generator/
DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE # Leave this blank if you are self hosting with Docker Compose
SESSION_SECRET="your-super-secret-32-char-key" # Generate one here --> https://bitwarden.com/password-generator/
DATABASE_URL="postgresql://USER:PASSWORD@HOST:PORT/DATABASE" # Leave this blank if you are self hosting with Docker Compose

############
# Database - Only required if you are using postgres with Docker Compose
# *Change password in production*
############

POSTGRES_PASSWORD=supersecretpassword
POSTGRES_USER=postgres
POSTGRES_DB=tovy
POSTGRES_PORT=5432
POSTGRES_PASSWORD="supersecretpassword"
POSTGRES_USER="postgres"
POSTGRES_DB="tovy"
POSTGRES_PORT="5432"

0 comments on commit 1a82bbf

Please sign in to comment.