Skip to content

Commit

Permalink
localhost changed by 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h-shvedko committed Nov 3, 2023
1 parent 8579541 commit f77c356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MARIADB_DB_USER_PASSWORD="root"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8.0.32&charset=utf8mb4"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
#DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
DATABASE_URL="mysql://root:@localhost:3306/online_learning_platform"
DATABASE_URL="mysql://root:@127.0.0.1:3306/online_learning_platform"
###< doctrine/doctrine-bundle ###

###> symfony/messenger ###
Expand Down
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots

DATABASE_URL="mysql://root:@localhost:3306/online_learning_platform"
DATABASE_URL="mysql://root:@127.0.0.1:3306/online_learning_platform"

0 comments on commit f77c356

Please sign in to comment.