Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 29, 2019 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/bac553e7488c0f5f3979d0957b4f3a42 to your computer and use it in GitHub Desktop.
Save parzibyte/bac553e7488c0f5f3979d0957b4f3a42 to your computer and use it in GitHub Desktop.
<?php
// DO NOT REMOVE
header("HTTP/1.0 404 Not Found"); exit(); ?>
# Your application
APP_NAME="LivelyCart_PRO_3"
# Use production for live uses
APP_ENV=production
# Set to true for debugging
APP_DEBUG=false
# application key
APP_KEY=base64:sdsdDMCOMskT98QaaxHZMxkBkKZ4r6PrJgpMD/F+zls=
# Database Host
DB_HOST=localhost
# Database Name
DB_DATABASE=livelycart
# Database Username
DB_USERNAME=root
# Database Password
DB_PASSWORD=
# Set Default language for your store
# Options Available as en_US, mr_IN, hi_IN es_ES, fr_FR
LC_DEFAULT_LANG=en_US
DB_PORT=3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment