# Environment Configuration # WARNING: Do not commit this file to version control APP_NAME=webapp APP_ENV=production APP_DEBUG=false APP_URL=https://malinbergk.com DB_CONNECTION=mysql DB_HOST=db.internal.malinbergk.com DB_PORT=3306 DB_DATABASE=production_db DB_USERNAME=devops DB_PASSWORD=P@ssw0rd2024! REDIS_HOST=redis.internal.malinbergk.com REDIS_PASSWORD=a146c72383e5d60e REDIS_PORT=6379 AWS_ACCESS_KEY_ID=AKIA56CC9BFF AWS_SECRET_ACCESS_KEY=843bf45ce89daf6d9a6a AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET=malinbergk.com-assets STRIPE_KEY=pk_live_71e221ddc727 STRIPE_SECRET=sk_live_0e72098f54e3d432 JWT_SECRET=f6e19205b096ba76457e1aceb9533de8 API_KEY=SG.fakekey.sendgrid_api_placeholder