Browse Source

modif .env

Clément K 4 years ago
parent
commit
1cf460b343
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .env

+ 1 - 1
.env

@@ -27,6 +27,6 @@ APP_SECRET=fe2bc5de390a99a39f35317a4382059a
 # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
 #
 # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
-DATABASE_URL="mysql://twyarel:password@82.65.163.253:3306/twyrael"
+DATABASE_URL="mysql://twyrael:password@82.65.163.253:3306/twyrael"
 #DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8"
 ###< doctrine/doctrine-bundle ###