.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.
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_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
secret
DB_TEST_DRIVER
Database for SQLite used for local development
DB_TEST_DATABASE
DB_TEST_HOST
DB_TEST_USERNAME
DB_TEST_PASSWORD
secret
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_DRIVER
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