Created
June 14, 2012 18:27
-
-
Save drywall/2931980 to your computer and use it in GitHub Desktop.
Settings
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
[ESys_Core] | |
;============================================================= | |
; htdocsPath | |
; the server-side path to the application web directory | |
; value: absolute path, ending without a slash | |
;============================================================= | |
htdocsPath = /home/bbyrne/sites/votifi-site | |
;============================================================= | |
; urlDomain | |
; value: domain name used to access the application | |
;============================================================= | |
urlDomain = votifigit.bbyrne-dev.newsig.com | |
;============================================================= | |
; urlBase | |
; prefix required for all urls that access this application | |
; value: absolute path, ending without a slash | |
; leave empty for no prefix (if installed at domain root) | |
; make sure to use quotes if the url includes a "~" character | |
;============================================================= | |
urlBase = "" | |
;============================================================= | |
; timezone | |
; timezone used for time-related application behaviors | |
; value: a timezone from the php timezone list. see php docs | |
; http://php.net/manual/en/timezones.php | |
;============================================================= | |
timezone = "America/New_York" | |
;============================================================= | |
; displayErrors | |
; determines if an error strack trace is printed | |
; value: 0 | 1 | |
;============================================================= | |
displayErrors = 1 | |
;============================================================= | |
; logErrors | |
; determines if errors are logged to a file | |
; value: 0 | 1 | |
;============================================================= | |
logErrors = 1 | |
;============================================================= | |
; logErrorBacktraces | |
; determines if full backtraces are included in error logs | |
; value: 0 | 1 | |
;============================================================= | |
logErrorBacktraces = 0 | |
;============================================================= | |
; productionMode | |
; determines whether production, or development settings | |
; are in effect | |
; value: 0 | 1 | |
;============================================================= | |
productionMode = 0 | |
;============================================================= | |
; database settings | |
; database connection details | |
;============================================================= | |
; databaseHost = | |
; databaseUser = | |
; databasePassword = | |
; databaseName = | |
; databaseLogEvents = | |
[PoliTxt] | |
desktopSiteUrl = "http://poli02.politxt.org/PoliTXT/" | |
[PoliTxt_WebBanners] | |
;============================================================= | |
; Images and links for ad in upper left corder of home page. | |
; Leave values blank to hide the ad. | |
;============================================================= | |
cornerBannerImage = "" | |
cornerBannerLink = "" | |
[PoliTxt_DataService] | |
;apiBaseUrl = "http://votifidev.newsig.com:8080/poliapi/api" | |
;apiBaseUrl = "http://dev.politxt.org:8080/poliapi/api" | |
apiBaseUrl = "http://stage.votifi.com:8080/poliapi/api" | |
logActivity = 0 | |
logResponses = 0 | |
[PoliTxt_Facebook_Api] | |
;======================================= | |
; mode: 'live' or 'stub' | |
;======================================= | |
mode = stub | |
appId = 219741281375034 | |
apiKey = e86ae85aa4de475080618894b67a4d54 | |
appSecret = bd8b5cf067c1decddd9601e718037082 | |
[PoliTxt_Facebook_Api_Polls] | |
appId = 232174386901910 | |
appSecret = 042eb477288072063452aca68cd5c10f | |
[PoliTxt_Facebook_Api_Issues] | |
appId = 104470826361609 | |
appSecret = 4c18b9b107bb6fd4f3671e60e886cc91 | |
[PoliTxt_Facebook_Api_Articles] | |
appId = 305801539509445 | |
appSecret = 7c8154b14a4f311eda95e053083241d1 | |
[PoliTxt_Facebook_Api_Connections] | |
appId = 481482108534551 | |
appSecret = a3e36ff523edf7c3f6d9aef236ef0717 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment