From 08253e1b22c072305baeab34b760a84d83e3815b Mon Sep 17 00:00:00 2001 From: Muhammad Thoriq Date: Mon, 8 Dec 2025 08:50:42 +0700 Subject: [PATCH] set env prod --- .env.prod | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 .env.prod diff --git a/.env.prod b/.env.prod new file mode 100644 index 0000000..86edcbb --- /dev/null +++ b/.env.prod @@ -0,0 +1,87 @@ +APP_NAME=Laravel +APP_ENV=local +APP_KEY=base64:ysLF8NLAMjYCH7ikOgmCRATlMb6YT+8oFpAz0aJampI= +APP_DEBUG=true +APP_TIMEZONE=UTC +APP_URL=http://localhost + +APP_LOCALE=en +APP_FALLBACK_LOCALE=en +APP_FAKER_LOCALE=en_US + +APP_MAINTENANCE_DRIVER=file +# APP_MAINTENANCE_STORE=database + +PHP_CLI_SERVER_WORKERS=4 + +BCRYPT_ROUNDS=12 + +LOG_CHANNEL=stack +LOG_STACK=single +LOG_DEPRECATIONS_CHANNEL=null +LOG_LEVEL=debug + +DB_CONNECTION=pgsql +DB_HOST=172.16.88.22 +DB_PORT=5432 +DB_DATABASE=lms_mutu +DB_USERNAME=simrs +DB_PASSWORD=@S1mrs.3205@ + +DB_CONNECTION_LMS_MUTU= pgsql +DB_HOST_LMS_MUTU = 172.16.88.22 +DB_PORT_LMS_MUTU = 5432 +DB_DATABASE_LMS_MUTU = lms_mutu +DB_USERNAME_LMS_MUTU = simrs +DB_PASSWORD_LMS_MUTU = @S1mrs.3205@ + +SESSION_DRIVER=file +SESSION_LIFETIME=120 +SESSION_ENCRYPT=false +SESSION_PATH=/ +SESSION_DOMAIN=null + +BROADCAST_CONNECTION=log +FILESYSTEM_DISK=local +QUEUE_CONNECTION=database + +CACHE_STORE=database +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}" + +DB_CONNECTION_SMARTV1 = pgsql +DB_HOST_SMARTV1 = psql1.rsabhk.lan +DB_PORT_SMARTV1 = 5432 +DB_DATABASE_SMARTV1 = rsab_hk_production +DB_USERNAME_SMARTV1 = postgres +DB_PASSWORD_SMARTV1 = postgres + +# DB_CONNECTION_SMARTV1 = pgsql +# DB_HOST_SMARTV1 = 192.168.12.3 +# DB_PORT_SMARTV1 = 5432 +# DB_DATABASE_SMARTV1 = rsab_hk_25_01_14 +# DB_USERNAME_SMARTV1 = postgres +# DB_PASSWORD_SMARTV1 = postgres \ No newline at end of file