Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if DEV_SERVER then
  2. GM.Config.SQLHostName = ["obnstore.site.nfoservers.com"]
  3. GM.Config.SQLUserName = "obn"
  4. GM.Config.SQLPassword = "Thebeast1"
  5. GM.Config.SQLDBName = "obn_nomadsantos"
  6. else
  7. GM.Config.SQLHostName = "obnstore.site.nfoservers.com"
  8. GM.Config.SQLUserName = "obn"
  9. GM.Config.SQLPassword = "Thebeast12"
  10. GM.Config.SQLDBName = "obn_nomadsantos"
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement