Skip to content

Instantly share code, notes, and snippets.

View sheanhoxie's full-sized avatar

Shean Hoxie sheanhoxie

View GitHub Profile
@sheanhoxie
sheanhoxie / settings.local.php
Created June 1, 2017 20:12
Drupal 8 settings.local.php file
<?php
/**
* @file
* An example settings.local.php file for Drupal.
*/
$settings['hash_salt'] = 'thisIsAreallyStupidHash#!!';
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
# GLOBAL VARIABLES
siteTitle = "Barre Above | OFFICIAL SITE"
siteDescription = "The foundations necessary to start your own Barre classes."
siteKeywords = "barre, barre biz, barre above, leslee bender, tricia murphy madden"
phone = "1-800-464-7309"
csPhone = "1-800-464-7309"
sealID = "4S3sas2m61Af99zhTgF3qUUt3E037yBc867tbtPRoturhv1hFWemQysajozK"
scanAlert = ""
buySafe = "false"
agreement = "true"
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
#NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini
include fastcgi.conf;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_pass 127.0.0.1:9000;
fastcgi_intercept_errors on;
fastcgi_read_timeout 3000;
}
<?php
include('/Users/sheanhoxie/Sites/lib/smarty_configs/config.php');
$smarty->display('templates/index.tpl');