.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
APP_NAME
The name of your application. This is used as the default title of the pages.
APP_ENV
Two choices: local|production. Use local if you want to install Monica as a development version. Use production otherwise.
APP_KEY
secret
The encryption key. This is the most important part of the application. Keep this secure otherwise, everyone will be able to access your…
APP_DEBUG
true if you want to show debug information on errors, or if you need to debug locally. For production, put this to false.
APP_URL
The URL of your application.
APP_DISABLE_SIGNUP
Ability to disable signups on your instance. Can be true or false. Default to false.
DB_CONNECTION
Database to store information The documentation is here: https://laravel.com/docs/10.x/database You can also see the different values you…
DB_TEST_DRIVER
Database for tests used for local development
LOG_CHANNEL
Frequency of creation of new log files. Logs are written when an error occurs. Refer to config/logging.php for the possible values.
CACHE_STORE
Cache, session, and queue parameters ⚠ Change this only if you know what you are doing . Cache: database, file, memcached, redis, dynamodb…
QUEUE_CONNECTION
SESSION_DRIVER
REDIS_HOST
Redis, if you need it for the queues
REDIS_PASSWORD
secret
REDIS_PORT
MAIL_MAILER
Mailing Set the MAIL_MAILER to 'smtp' if you want to send emails.
MAIL_HOST
MAIL_PORT
MAIL_USERNAME
MAIL_PASSWORD
secret