feat: example .env file
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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"
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user