removing double quotes + divers petits bugs

This commit is contained in:
2025-07-30 02:57:38 +02:00
parent 8baf9fc492
commit 400775bf41
39 changed files with 158 additions and 166 deletions

View File

@@ -1,6 +1,6 @@
DB_USER="@@user@@mastodon@@u@@"
DB_NAME="@@db@@mastodon@@d@@"
DB_PASS="@@pass@@mastodon@@p@@"
POSTGRES_USER="@@user@@postgresmasto@@u@@"
POSTGRES_PASSWORD="@@pass@@postgresmasto@@p@@"
POSTGRES_DB="@@db@@mastodon@@d@@"
DB_USER=@@user@@mastodon@@u@@
DB_NAME=@@db@@mastodon@@d@@
DB_PASS=@@pass@@mastodon@@p@@
POSTGRES_USER=@@user@@postgresmasto@@u@@
POSTGRES_PASSWORD=@@pass@@postgresmasto@@p@@
POSTGRES_DB=@@db@@mastodon@@d@@