Remove infos from readme

Env file for prod
This commit is contained in:
2026-02-03 20:11:06 +01:00
parent 6160193771
commit 3a15e06ef1
2 changed files with 79 additions and 6 deletions

79
.env.summer Normal file
View File

@ -0,0 +1,79 @@
APP_NAME=Statamic
APP_ENV=local
APP_KEY=base64:TQvAgEAtrQoW77tdVW4skvTfjEVc8CEyRFlJxpluZIg=
APP_DEBUG=true
APP_URL=https://summer.hfsplay.fr
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=file
# PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
CACHE_STORE=file
#CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"
STATAMIC_LICENSE_KEY=
STATAMIC_PRO_ENABLED=false
STATAMIC_STACHE_WATCHER=auto
STATAMIC_STATIC_CACHING_STRATEGY=null
STATAMIC_REVISIONS_ENABLED=false
STATAMIC_GRAPHQL_ENABLED=false
STATAMIC_API_ENABLED=false
STATAMIC_GIT_ENABLED=false
DEBUGBAR_ENABLED=false
STATAMIC_CUSTOM_LOGO_URL="assets/logo2.svg"
STATAMIC_CUSTOM_LOGO_TEXT="HFS Summer"
CP_ROUTE=summer-cp

View File

@ -18,12 +18,6 @@ Statamic has extensive [documentation][docs].
[docs]: https://statamic.dev/ [docs]: https://statamic.dev/
## Control panel
CP is available under /cp. Credentials are:
- user: `summercms@hfsplay.fr`
- password: `0NRG4k7Qx1bG9Qj5Fh8Iu1JH6j`
## Remote access ## Remote access
To access from remote clients use : To access from remote clients use :
```bash ```bash