Created
September 5, 2021 17:31
-
-
Save fatihtoprak/b1d72507415c682058f10c624db7ddc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_NAME=LyssaShop | |
APP_ENV=local | |
APP_KEY=base64:1123cQ0EcfaPZW80rgayMyEF3yiNezRjB5UvoP4RjDw= | |
APP_DEBUG=true | |
APP_URL=https://amberparfum.site | |
LOG_CHANNEL=stack | |
LOG_LEVEL=debug | |
DB_CONNECTION=mysql | |
DB_HOST=127.0.0.1 | |
DB_PORT=3306 | |
DB_DATABASE= | |
DB_USERNAME= | |
DB_PASSWORD= | |
BROADCAST_DRIVER=log | |
CACHE_DRIVER=file | |
QUEUE_CONNECTION=sync | |
SESSION_DRIVER=file | |
SESSION_LIFETIME=120 | |
PRODUCTS_ENDPOINT="https://fb-panel.com/api/shop-products" | |
ORDER_ENDPOINT="https://fb-panel.com/api/order" | |
GOOGLE_ANAYLTICS="G-9H70SBRX1V" | |
FACEBOOK_PIXEL="x" | |
THEME="bursa" | |
INSTAGRAM_URL="x" | |
SC_PROJECT="x" | |
SC_SECURITY="x" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment