diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-06-29 11:41:51 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-06-29 11:43:59 -0700 |
| commit | 864ce67d89c77d8ef9c3361f80d619853abcf91c (patch) | |
| tree | 58a83c20fab91d9480fda5f8648c257f96352aa4 /backend/.env.example | |
| parent | ff37cca46430ed714015647469f88ce06781457a (diff) | |
backend: migrate to postgres
Diffstat (limited to 'backend/.env.example')
| -rw-r--r-- | backend/.env.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/.env.example b/backend/.env.example index f3d872f..f570912 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,5 +1,4 @@ -DATABASE_URL="file:./dev.db" +DATABASE_URL="postgresql://postgres@localhost:5432/mirage" SESSION_SECRET="your-very-secure-secret-key-change-this-in-production-make-it-long-and-random" PORT=5000 NODE_ENV=development -FRONTEND_URL="http://localhost:3000" |
