diff --git a/apps/webapp/.env.example b/apps/webapp/.env.example index 335dc4e7a..8c08680c2 100644 --- a/apps/webapp/.env.example +++ b/apps/webapp/.env.example @@ -1 +1,2 @@ -DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres \ No newline at end of file +DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres +SESSION_SECRET=ABCDEFGHI-12345678910 \ No newline at end of file