Skip to content

Instantly share code, notes, and snippets.

@pboethig
Created February 14, 2016 18:55
Show Gist options
  • Save pboethig/b2883e149ce353784051 to your computer and use it in GitHub Desktop.
Save pboethig/b2883e149ce353784051 to your computer and use it in GitHub Desktop.
environment = dev
[dev]
filesystem.documentroot = /var/www/magento
sampledata.install = 1
debug = true
database.host = localhost
database.name = magento
database.username = root
database.password = 123
session.save = files
store.frontname = admin
storeconfig.web/secure/base_url= http://magento.dev/
storeconfig.web/unsecure/base_url= http://magento.dev/
storeconfig.web/seo/use_rewrites = 0
storeconfig.design/head/demonotice = 0
storeconfig.web/cookie/cookie_lifetime = 9000000
storeconfig.admin/security/session_cookie_lifetime = 900000
storeconfig.web/cookie/cookie_domain = magento.dev
storeconfig.web/cookie/cookie_httponly = 1
storeconfig.web/cookie/cookie_restriction = 0
defaultadmin.username = admin
defaultadmin.password = ibrams
defaultadmin.email = [email protected]
defaultadmin.firstname = admin
defaultadmin.lastname = lastname
defaultadmin.defaultrole = Administrators
defaultuser.username = admin
defaultuser.password = ibrams
defaultuser.email = [email protected]
defaultuser.firstname = shopcustomer
defaultuser.lastname = lastname
storeconfig.design/package/name = rwd
storeconfig.design/theme/locale = default
storeconfig.design/theme/template = default
storeconfig.design/theme/skin = default
storeconfig.design/theme/layout = default
[staging : dev]
database.name = stage
[production : staging]
debug = false;
database.name = production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment