Migrate from pgAdmin to Adminer (#692)

This commit is contained in:
Sebastián Ramírez
2024-03-12 18:30:54 +01:00
committed by GitHub
parent 237c5a31c8
commit 37a6e350d1
10 changed files with 19 additions and 47 deletions

View File

@@ -54,16 +54,6 @@ postgres_password:
python -c "import secrets; print(secrets.token_urlsafe(32))"'
default: changethis
pgadmin_default_email:
type: str
help: The default user email for pgAdmin, you can set it later in .env
default: admin@example.com
pgadmin_default_password:
type: str
help: The default user password for pgAdmin, stored in .env
default: changethis
sentry_dsn:
type: str
help: The DSN for Sentry, if you are using it, you can set it later in .env