feat: minio env vars example
This commit is contained in:
@ -11,6 +11,10 @@ ADMIN_PASSWORD="secret"
|
||||
JWT_PRIVATE_KEY="ecdsa"
|
||||
JWT_PUBLIC_KEY="ecdsa"
|
||||
|
||||
MINIO_ENDPOINT="localhost:9000"
|
||||
MINIO_ACCESS_KEY=""
|
||||
MINIO_SECRET_KEY=""
|
||||
|
||||
GOOSE_DRIVER="postgres"
|
||||
GOOSE_DBSTRING=$DATABASE_URL
|
||||
GOOSE_MIGRATION_DIR="./migrations"
|
||||
|
Reference in New Issue
Block a user