Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ; Configuration file for Freeciv server player authentication
  2. ; Generated by "setup_auth_server.sh" version 0.5
  3.  
  4. [auth]
  5. ; How to connect MySQL server
  6. host="localhost"
  7. port="3306" ; This is handled as string!
  8. user="freeciv"
  9. password="X22phbhVWHhvFWBs"
  10.  
  11. ; What database to use in MySQL server
  12. database="freeciv"
  13.  
  14. ; Table names
  15. table="auth"
  16. login_table="loginlog"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement