Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode authored Oct 9, 2024
1 parent 1b6c1b6 commit e5e340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DATABASE_URL="postgresql://postgres:@localhost:5450/calendso"
# Use the same one as DATABASE_URL if you're not using a connection pooler
DATABASE_DIRECT_URL="postgresql://postgres:@localhost:5450/calendso"
INSIGHTS_DATABASE_URL=
# Optionnal. In some cases it might make sense (e.g. when creating and dropping databases is not allowed on cloud-hosted databases) to manually define the connection string and name
# Optional. In some cases it might make sense (e.g. when creating and dropping databases is not allowed on cloud-hosted databases) to manually define the connection string and name
# of the database that should be used as the shadow database for migrate dev. In such a case you can create a dedicated database that should be used as the shadow database
#SHADOW_DATABASE_URL="postgresql://postgres:@localhost:5450/calendsoshadow"

Expand Down

0 comments on commit e5e340d

Please sign in to comment.