generated from dunglas/symfony-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔥 Remove Blog and Project domain, reorganize folders
- Loading branch information
Showing
168 changed files
with
473 additions
and
6,005 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,6 +14,19 @@ | |
# 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 | ||
|
||
###> tales-from-a-dev/website ### | ||
SECURE_SCHEME=https | ||
|
||
USER_EMAIL=[email protected] | ||
USER_PASSWORD=$2y$13$.HTrY6My5GMKXPtBaAo4yuYxi3w2VvstIOWveXCwjbTusEGc6NR8m | ||
|
||
CONTACT_EMAIL=[email protected] | ||
CONTACT_PHONE=0123456789 | ||
|
||
GITHUB_ACCESS_TOKEN= | ||
GITHUB_USERNAME= | ||
###< tales-from-a-dev/website ### | ||
|
||
###> symfony/framework-bundle ### | ||
APP_ENV=dev | ||
APP_SECRET=c7fb94ce5b34733d6c7fbadcadab8ee7 | ||
|
@@ -26,7 +39,7 @@ APP_SECRET=c7fb94ce5b34733d6c7fbadcadab8ee7 | |
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" | ||
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8&charset=utf8mb4" | ||
POSTGRES_DB=app | ||
POSTGRES_VERSION=15 | ||
POSTGRES_VERSION=16 | ||
POSTGRES_USER=app | ||
POSTGRES_PASSWORD=!ChangeMe! | ||
|
||
|
@@ -40,14 +53,3 @@ FREE_MOBILE_DSN=null://null | |
###> symfony/mailer ### | ||
MAILER_DSN=null://null | ||
###< symfony/mailer ### | ||
|
||
###> tales-from-a-dev/website ### | ||
USER_EMAIL=[email protected] | ||
USER_PASSWORD=$2y$13$.HTrY6My5GMKXPtBaAo4yuYxi3w2VvstIOWveXCwjbTusEGc6NR8m | ||
|
||
CONTACT_EMAIL=[email protected] | ||
CONTACT_PHONE=0123456789 | ||
|
||
GITHUB_ACCESS_TOKEN= | ||
GITHUB_USERNAME= | ||
###< tales-from-a-dev/website ### |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.