4 lines
195 B
Text
4 lines
195 B
Text
DATABASE_URL="postgresql://basenoter:basenoter@localhost:5432/basenoter?schema=public"
|
|
JWT_SECRET="change-me"
|
|
FRONTEND_ORIGINS="http://localhost:3100,http://localhost:3000"
|
|
COOKIE_SECURE="false"
|