change default database server from localhost to 127.0.0.1 to prevent ipv6 errors

This commit is contained in:
einhornimmond 2025-03-15 10:34:19 +01:00
parent c06c8b07a3
commit 5853fff27c
10 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ GRAPHIQL=false
GDT_ACTIVE=false
# Database
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=

View File

@ -6,7 +6,7 @@ GRAPHIQL=false
GDT_API_URL=https://gdt.gradido.net
# Database
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=

View File

@ -8,7 +8,7 @@ GRAPHIQL=false
GDT_API_URL=$GDT_API_URL
# Database
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=$DB_USER
DB_PASSWORD=$DB_PASSWORD

View File

@ -1,4 +1,4 @@
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=

View File

@ -1,6 +1,6 @@
CONFIG_VERSION=$DATABASE_CONFIG_VERSION
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=$DB_USER
DB_PASSWORD=$DB_PASSWORD

View File

@ -1,5 +1,5 @@
# Database
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=

View File

@ -2,7 +2,7 @@
CONFIG_VERSION=$FEDERATION_DHT_CONFIG_VERSION
# Database
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=$DB_USER
DB_PASSWORD=$DB_PASSWORD

View File

@ -67,7 +67,7 @@ services:
## MARIADB ##############################################
#########################################################
mariadb:
image: mariadb:10.5
image: mariadb:10.11.6
environment:
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
- MARIADB_USER=root

View File

@ -1,5 +1,5 @@
# Database
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=gradido_community
DB_USER=root

View File

@ -6,7 +6,7 @@ LOG_LEVEL=$LOG_LEVEL
GRAPHIQL=false
# Database
DB_HOST=localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=$DB_USER
DB_PASSWORD=$DB_PASSWORD