16 lines
314 B
Text
16 lines
314 B
Text
# database
|
|
DATABASE_POSTGRES_URL=postgresql://elisiei@localhost:5432/postgres
|
|
|
|
# discord
|
|
DISCORD_CLIENT_ID=
|
|
DISCORD_CLIENT_SECRET=
|
|
|
|
# auth
|
|
AUTH_PASETO_KEY=
|
|
|
|
# goose
|
|
GOOSE_DRIVER=postgres
|
|
GOOSE_DBSTRING=postgresql://elisiei@localhost:5432/postgres
|
|
GOOSE_MIGRATION_DIR=./internal/db/sql/migrations
|
|
|
|
PRODUCTION=false
|