Private
Public Access
1
0

chg: pkg: new version release !skipChangelog
All checks were successful
Deploy to Production / deploy (push) Successful in 28s

This commit is contained in:
2026-04-14 15:54:00 +02:00
parent 6044ee5c50
commit 67133a4efa
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
###> symfony/framework-bundle ### ###> symfony/framework-bundle ###
APP_ENV=dev APP_ENV=dev
APP_SECRET=changethis APP_SECRET=changethis
APP_NAME=mineseeker
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2 #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com #TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ### ###< symfony/framework-bundle ###

View File

@@ -59,6 +59,7 @@ Changes
Other Other
~~~~~ ~~~~~
- Hg: pkg: new version release !skipChangelog. [Lang]
- Pkg: usr: solve the not-working mailing on dev env under docker #4. - Pkg: usr: solve the not-working mailing on dev env under docker #4.
[Lang] [Lang]
- Deploy version 1.1.0 !deploy #11. [Lang] - Deploy version 1.1.0 !deploy #11. [Lang]

View File

@@ -202,6 +202,7 @@ The workflow writes `PROD_ENV_FILE` to `.env` on every deploy, so you never need
Paste the filled-in `.env` file as the secret value: Paste the filled-in `.env` file as the secret value:
```dotenv ```dotenv
APP_NAME=mineseeker
APP_ENV=prod APP_ENV=prod
APP_SECRET="<openssl rand -hex 32>" APP_SECRET="<openssl rand -hex 32>"