-
-
Save defrindr/6a3ea194a8f11935832480d860141cc3 to your computer and use it in GitHub Desktop.
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
APP_NAME=AndaMantau | |
APP_ENV=local | |
APP_KEY=base64:BhqSbjQotV5Fk6n5E5bum2FltT2FkwK8eWyOqWsrPhE= | |
APP_DEBUG=true | |
APP_URL=http://localhost/ | |
LOG_CHANNEL=stack | |
LOG_DEPRECATIONS_CHANNEL=null | |
LOG_LEVEL=debug | |
DB_CONNECTION=mysql | |
DB_HOST=127.0.0.1 | |
DB_PORT=3306 | |
DB_DATABASE=andamant_andamantau | |
DB_USERNAME=root | |
DB_PASSWORD= | |
BROADCAST_DRIVER=log | |
CACHE_DRIVER=file | |
# CACHE_DRIVER=redis | |
FILESYSTEM_DISK=local | |
QUEUE_CONNECTION=sync | |
SESSION_DRIVER=file | |
SESSION_LIFETIME=120 | |
MEMCACHED_HOST=127.0.0.1 | |
REDIS_HOST=127.0.0.1 | |
REDIS_PASSWORD=null | |
REDIS_PORT=6379 | |
REDIS_CLIENT=predis | |
REDIS_CACHE=0 | |
MAIL_MAILER=smtp | |
MAIL_HOST=andamantau.com | |
MAIL_PORT=465 | |
[email protected] | |
MAIL_PASSWORD=[[Lgb%f16G}F | |
MAIL_ENCRYPTION=ssl | |
[email protected] | |
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 | |
PUSHER_APP_ID= | |
PUSHER_APP_KEY= | |
PUSHER_APP_SECRET= | |
PUSHER_HOST= | |
PUSHER_PORT=443 | |
PUSHER_SCHEME=https | |
PUSHER_APP_CLUSTER=mt1 | |
VITE_APP_NAME="${APP_NAME}" | |
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}" | |
VITE_PUSHER_HOST="${PUSHER_HOST}" | |
VITE_PUSHER_PORT="${PUSHER_PORT}" | |
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}" | |
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" | |
JWT_SECRET=CozEtF7EE2olsjRvKMeqwWJHBqyGegkvUhZFsRqnlbZswon35Z6OBawkebUk9bae | |
BACKEND_URL="https://api.andamantau.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment