Skip to content

Instantly share code, notes, and snippets.

@madAndroid
Created August 12, 2013 10:07
Show Gist options
  • Save madAndroid/6209667 to your computer and use it in GitHub Desktop.
Save madAndroid/6209667 to your computer and use it in GitHub Desktop.
# database
DATABASES : {
default : {
ENGINE : 'django.db.backends.mysql',
NAME : heart,
USER : heart,
PASSWORD : '123456',
HOST : stgdb01.lq,
OPTIONS : {
init_command : 'SET storage_engine=INNODB'
}
}
}
# authentication
LDAP_SERVER_URI: ldap://ldap:389
LDAP_SEARCHDN: "OU=Global,DC=thisisglobal,DC=com"
LDAP_SEARCH_FILTER: "sAMAccountName=%s"
LDAP_UPDATE_FIELDS: True
LDAP_PREBINDDN: "CN=service ldapread,OU=ServiceAccounts,OU=Admin,DC=thisisglobal,DC=com"
LDAP_PREBINDPW: "gEc6At*3UkEQ_y"
LDAP_FIRST_NAME: "givenName"
LDAP_LAST_NAME: "sn"
LDAP_GID: "memberOf"
LDAP_SU_GIDS: ["CN=LeicesterSquare-Interactive-ProductManagement,OU=LeicesterSquare,OU=London,OU=Global,DC=thisisglobal,DC=com","CN=LeicesterSquare-Interactive-Developers,OU=LeicesterSquare,OU=London,OU=Global,DC=thisisglobal,DC=com","CN=LeicesterSquare-Interactive-CorporateEditorial,OU=LeicesterSquare,OU=London,OU=Global,DC=thisisglobal,DC=com","CN=LeicesterSquare-Interactive-GustoEditorial,OU=LeicesterSquare,OU=London,OU=Global,DC=thisisglobal,DC=com"]
LDAP_STAFF_GIDS: ["CN=Content Managers - The One Network,OU=Global,DC=thisisglobal,DC=com","CN=LeicesterSquare-Interactive-Team,OU=LeicesterSquare,OU=London,OU=Global,DC=thisisglobal,DC=com","CN=LeicesterSquare-XFM-Team,OU=LeicesterSquare,OU=London,OU=Global,DC=thisisglobal,DC=com"]
LDAP_EMAIL: mail
ASSET_MANAGER_PICKER_URL: http://asset-manager.int.thisisglobal.com.staging.int.thisisglobal.com/admin/asset_manager/asset/
ASSET_MANAGER_RECROP_URL: http://asset-manager.int.thisisglobal.com.staging.int.thisisglobal.com/asset_manager/admin/select/asset/
STATIC_URL: http://heartfm.gcstatic.com.staging.int.thisisglobal.com/
# logging control
LOG_FILE: /etc/tig/heart/logging.ini
ADMIN_URL: http://heartfm-admin.int.thisisglobal.com.staging.int.thisisglobal.com
NEWS_LISTENER_HOST: stgpaperboy01.lq.int.thisisglobal.com
NEWS_LISTENER_QUEUE: heart
HAYSTACK_SOLR_URL: http://stgsolr02.lq:8080/heart/
HAYSTACK_SOLR_TIMEOUT: 300
UDB_URL: http://udb.thisisglobal.com:2228/UdbRest.svc
# seo
SEO_RULES_UPDATE_FREQUENCY: 600
# parallelised assets
ASSET_MANAGER_URL: http://assets%s.gcstatic.com.staging.int.thisisglobal.com
ASSET_NODE_COUNT: -1
# memcache
CACHE_BACKEND: 'memcached://10.73.146.218:11211/'
# datinglabs
DATING_FEED_URL: 'http://68.temp.datinglab.net/s/feed/featured.php?quantity=all&extraFlags=2&aID=18307'
DATING_LOCAL_IMAGE_URL_PREFIX: '/a/dating/img/heart/'
DATING_LOCAL_ASSET_SERVER_URL: 'http://common.gcstatic.com.staging.int.thisisglobal.com'
# db error log
#DBLOG_USE_LOGGING: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment