Files
ladill-hosting/.env.example
T
isaaccladandCursor 537e34cbd7
Deploy Ladill Hosting / deploy (push) Successful in 51s
Wire Ladill domain picker and purchase modal into hosting flows.
Use the Domains API for owned domains across panel, account, and order forms, with an embedded iframe purchase modal instead of redirecting to domains.ladill.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 18:01:23 +00:00

80 lines
1.7 KiB
Bash

APP_NAME="Ladill Hosting"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=https://hosting.ladill.com
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
PLATFORM_URL=https://ladill.com
PLATFORM_DOMAIN=ladill.com
AUTH_DOMAIN=auth.ladill.com
ACCOUNT_DOMAIN=account.ladill.com
HOSTING_DOMAIN=hosting.ladill.com
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=warning
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ladill_hosting
DB_USERNAME=ladill_hosting
DB_PASSWORD=
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=.ladill.com
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
CACHE_STORE=database
LADILL_SSO_CLIENT_ID=
LADILL_SSO_CLIENT_SECRET=
BILLING_API_URL=https://ladill.com/api/billing
BILLING_API_KEY_HOSTING=
IDENTITY_API_URL=https://ladill.com/api
IDENTITY_API_KEY_HOSTING=
# Ladill Domains API (owned-domain picker; domains.ladill.com)
DOMAINS_API_URL=https://domains.ladill.com/api
DOMAINS_API_KEY_HOSTING=
DOMAIN_API_URL=https://ladill.com/api/domains
DOMAIN_API_KEY_HOSTING=
LADILL_HOSTING_API_URL=https://httpapi.com/api
LADILL_HOSTING_DEFAULT_PLAN_ID=
HOSTING_PHPMYADMIN_URL=
HOSTING_PHPMYADMIN_SSO_SECRET=
CONTABO_CLIENT_ID=
CONTABO_CLIENT_SECRET=
CONTABO_API_USER=
CONTABO_API_PASSWORD=
CONTABO_PRODUCT_CATALOG_ENDPOINT=
CONTABO_PRICE_CACHE_TTL=3600
PDNS_API_URL=
PDNS_API_KEY=
LADILL_RESELLERCLUB_TLD_PRODUCT_KEYS=com=domcno,net=domnet,org=domorg
LADILL_RESELLERCLUB_CONTROL_PANEL_URL=https://manage.resellerclub.com/customer
AFIA_API_KEY=
AFIA_PROVIDER=openai
AFIA_MODEL=gpt-4o-mini
VITE_APP_NAME="${APP_NAME}"