# 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