-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$ mv config/packages{,/dev}/ignition.yaml # to fix symfony/recipes-co…
…ntrib#1689 and partial revert af67ff2 for `config/bundles.php` * disable doctrine query cache to fix https://stackoverflow.com/questions/30871721/doctrine2-dynamic-table-name-for-entity#comment139425159_49796901 @ `config/packages/doctrine.yaml` * rename var `APP_BASE_URL_ASSETS` to `APP_BASE_URL_BE`, also affect its only usage in `config/packages/framework.yaml` * set the default environment to production @ .env @ be
- Loading branch information
Showing
5 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,11 +14,11 @@ | |
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). | ||
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration | ||
|
||
APP_BASE_URL_ASSETS= | ||
APP_BASE_URL_BE= | ||
APP_BASE_URL_FE= | ||
|
||
###> symfony/framework-bundle ### | ||
APP_ENV=dev | ||
APP_ENV=prod | ||
APP_SECRET= | ||
###< symfony/framework-bundle ### | ||
|
||
|
@@ -29,5 +29,5 @@ APP_SECRET= | |
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" | ||
# 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:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" | ||
DATABASE_URL="postgresql://username:password@127.0.0.1:5432/database?serverVersion=16&charset=utf8" | ||
###< doctrine/doctrine-bundle ### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters