feat: example .env file

This commit is contained in:
2025-05-18 20:20:23 +02:00
parent 7d6a521f12
commit abddaaf51a

12
.env.example Normal file
View File

@ -0,0 +1,12 @@
DATABASE_URL="postgres://<user>:<user>@<host>:<port>/<db>?sslmode=disable"
ADMIN_NAME="admin"
ADMIN_EMAIL="admin@test.net"
ADMIN_PASSWORD="secret"
GOOSE_DRIVER="postgres"
GOOSE_DBSTRING=$DATABASE_URL
GOOSE_MIGRATION_DIR="./migrations"