-
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.
- Loading branch information
1 parent
d2dcdc5
commit 602d965
Showing
23 changed files
with
226 additions
and
165 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,14 +14,20 @@ | |
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration | ||
|
||
###> symfony/framework-bundle ### | ||
APP_ENV=prod | ||
APP_ENV=dev | ||
APP_SECRET=b41733f1e41298e4b57cc8bae3c27eef | ||
BASE_URL=https://php.wip | ||
APP_VERSION=v1.0 | ||
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2 | ||
#TRUSTED_HOSTS=localhost,example.com | ||
###< symfony/framework-bundle ### | ||
|
||
###> symfony/lock ### | ||
# Choose one of the stores below | ||
# postgresql+advisory://db_user:db_password@localhost/db_name | ||
LOCK_DSN=semaphore | ||
###< symfony/lock ### | ||
|
||
###> sulu/sulu ### | ||
# Email address that will receive system notifications and might be used as universal fallback value by bundles | ||
ADMIN_EMAIL=[email protected] | ||
|
@@ -37,27 +43,21 @@ MAILER_DSN=smtp://127.0.0.1:1025 | |
# MAILER_DSN=mailgun+smtp://USERNAME:PASSWORD@default?region=us | ||
###< symfony/mailgun-mailer ### | ||
|
||
###> doctrine/phpcr-bundle ### | ||
PHPCR_USER=admin | ||
PHPCR_PASSWORD=admin | ||
PHPCR_WORKSPACE=default | ||
###< doctrine/phpcr-bundle ### | ||
|
||
###> doctrine/doctrine-bundle ### | ||
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url | ||
# 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://db_user:[email protected]:3306/db_name?serverVersion=5.7" | ||
DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=13&charset=utf8" | ||
DATABASE_URL=mysql://root:ChangeMe@127.0.0.1:3306/su_myapp?serverVersion=8.0.27 | ||
###< doctrine/doctrine-bundle ### | ||
|
||
###> doctrine/phpcr-bundle ### | ||
PHPCR_USER=admin | ||
PHPCR_PASSWORD=admin | ||
PHPCR_WORKSPACE=default | ||
###< doctrine/phpcr-bundle ### | ||
|
||
###> symfony/lock ### | ||
# Choose one of the stores below | ||
# postgresql+advisory://db_user:db_password@localhost/db_name | ||
LOCK_DSN=semaphore | ||
###< symfony/lock ### | ||
|
||
###> snc/redis-bundle ### | ||
# passwords that contain special characters (@, %, :, +) must be urlencoded | ||
REDIS_URL=redis://localhost | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# define your env variables for the test env here | ||
APP_DEBUG=0 | ||
APP_VERSION=v1.0-test | ||
APP_VERSION=v1.0-test | ||
SYMFONY_DEPRECATIONS_HELPER=999999 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
// Add project specific javascript code here: | ||
// Add project specific javascript code and import of additional bundles here: |
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
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
Oops, something went wrong.