APP_NAME="Personalised Gift APP"
APP_ENV=production
# APP_ENV=local
APP_KEY=base64:Ab33z9pRm3nPWQVbl6ygmmMutuyDz9N4/8HnbmYqk24=
APP_DEBUG=false
APP_URL=https://app.personalisedgiftsupply.co.uk/

EXTRA_PGS_IMAGET_SITE_URL=https://personalisedgiftsupply.com/wp-content
PERSONALISED_GIFT_APP_API_URL=https://personalisedgiftsupply.com/api/reseller-api/v1/

PERSONALISED_GIFT_APP_PRODUCT_API_URL=https://personalisedgiftsupply.com/api/reseller-api/v3/product/

PERSONALISED_GIFT_APP_FIRST_SKU_IMAGE_URL=https://personalisedgiftsupply.com/wp-content/uploads/Images/PlainImages/

PERSONALISED_PRODUCT_MAX_RRP=10000

FRONTEND_PORT=8000

BACKEND_PORT=8080

ASSET_URL="${APP_URL}"

LOG_CHANNEL=stack
LOG_LEVEL=debug

# DB_CONNECTION=sqlite
# The path to the database file should be absolute, make sure to update it!
# DB_DATABASE=storage/db.sqlite
# DB_FOREIGN_KEYS=true

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=eux0emahe5gqllzf_personalisedgiftapp
DB_USERNAME=eux0emahe5gqllzf_pgssupplyapp
DB_PASSWORD=(T?]54@.Yk*V

MAIL_DRIVER=smtp
MAIL_HOST=app.personalisedgiftsupply.co.uk
MAIL_PORT=587
MAIL_USERNAME=dotsquares@app.personalisedgiftsupply.co.uk
MAIL_PASSWORD="3eEqsj-t*3m="
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=dotsquares@app.personalisedgiftsupply.co.uk
MAIL_FROM_NAME="${APP_NAME}"

SHOPIFY_API_KEY=fdda890b8400ece289e79d99c370805e
SHOPIFY_API_SECRET=493bb2df01116871ff1679bc6f4a7ae0
SCOPES="read_customers,write_inventory,write_metaobject_definitions,write_metaobjects,write_orders,write_products,write_locations,read_locations,write_publications,read_products,write_files,read_inventory,write_fulfillments,read_merchant_managed_fulfillment_orders,read_third_party_fulfillment_orders,write_assigned_fulfillment_orders,read_assigned_fulfillment_orders,write_merchant_managed_fulfillment_orders,write_third_party_fulfillment_orders,write_themes"
HOST=https://app.personalisedgiftsupply.co.uk/
SHOPIFY_VERSION="2023-04"

QUEUE_CONNECTION=database