mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-11 01:08:34 +02:00
41 lines
No EOL
999 B
Text
41 lines
No EOL
999 B
Text
APP_NAME='CP'
|
|
APP_ENV=public
|
|
APP_URL=https://cp.example.com
|
|
APP_DOMAIN=example.com
|
|
APP_ROOT=/var/www/cp
|
|
MINIMUM_DATA=false
|
|
|
|
DB_DRIVER=mysql
|
|
DB_HOST=localhost
|
|
DB_DATABASE=registry
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=
|
|
DB_PORT=3306
|
|
|
|
#mailer settings (Driver = smtp, utopia or msg [for local message broker]; Api Provder = sendgrid or mailgun)
|
|
|
|
MAIL_DRIVER=none
|
|
MAIL_HOST=smtp.mailtrap.io
|
|
MAIL_PORT=2525
|
|
MAIL_USERNAME=username
|
|
MAIL_PASSWORD=password
|
|
MAIL_ENCRYPTION=tls
|
|
MAIL_FROM_ADDRESS='example@domain.com'
|
|
MAIL_FROM_NAME='Example'
|
|
MAIL_API_KEY='test-api-key'
|
|
MAIL_API_PROVIDER='sendgrid'
|
|
|
|
STRIPE_SECRET_KEY='stripe-secret-key'
|
|
STRIPE_PUBLISHABLE_KEY='stripe-publishable-key'
|
|
|
|
ADYEN_API_KEY='adyen-api-key'
|
|
ADYEN_MERCHANT_ID='adyen-merchant-id'
|
|
ADYEN_THEME_ID='adyen-theme-id'
|
|
ADYEN_BASE_URI='https://checkout-test.adyen.com/v70/'
|
|
ADYEN_BASIC_AUTH_USER='adyen-basic-auth-user'
|
|
ADYEN_BASIC_AUTH_PASS='adyen-basic-auth-pass'
|
|
ADYEN_HMAC_KEY='adyen-hmac-key'
|
|
|
|
NOW_API_KEY='now-api-key'
|
|
|
|
TEST_TLDS=.test,.com.test |