Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ; Comments start with ';', as in php.ini
  2. ;
  3. ; Configs for common server components.
  4.  
  5. ; DB config values.
  6. DB_HOST_NAME = "sfe.moblyng.com:XXXX"
  7. DB_SCHEMA_NAME = farm_1
  8. DB_USER_NAME = farm_1
  9. DB_USER_PASSWORD = "XXXXXXX"
  10.  
  11. ; Omniture analytics configuration
  12. ; 0 to turn off, 1 is on
  13. OMNITURE_REPORTING = 1
  14. ; reporting account name
  15. OMNITURE_ACCOUNT_NAME = "moblyngamesdev"
  16. ; turn on omniture package logging
  17. OMNITURE_DEBUGGING = 1