Advertisement
Guest User

Untitled

a guest
May 10th, 2017
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # Faolan Project, a free Age of Conan server emulator made for educational purpose
  2. # Copyright (C) 2008 Project Faolan team
  3. #
  4. # This program is free software; you can redistribute it and/or
  5. # modify it under the terms of the GNU General Public License
  6. # as published by the Free Software Foundation; either version 2
  7. # of the License, or (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  17.  
  18. # Universe server config
  19. listenAddress=127.0.0.1
  20. listenPort=7000
  21. demuxerCount=2
  22.  
  23.  
  24.  
  25. # inter server
  26. listenInterAddress=127.0.0.1
  27. listenInterPort=12000
  28.  
  29. #AOC client related config
  30. serverPrivateKey=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
  31. clientKey=9c32cc23d559ca90fc31be72df817d0e124769e809f936bc14360ff4bed758f260a0d596584eacbbc2b88bdd410416163e11dbf62173393fbc0c6fefb2d855f1a03dec8e9f105bbad91b3437d8eb73fe2f44159597aa4053cf788d2f9d7012fb8d7c4ce3876f7d6cd5d0c31754f4cd96166708641958de54a6def5657b9f2e92
  32. dhPrimeStr=eca2e8c85d863dcdc26a429a71a9815ad052f6139669dd659f98ae159d313d13c6bf2838e10a69b6478b64a24bd054ba8248e8fa778703b418408249440b2c1edd28853e240d8a7e49540b76d120d3b1ad2878b1b99490eb4a2a5e84caa8a91cecbdb1aa7c816e8be343246f80c637abc653b893fd91686cf8d32d6cfe5f2a6f
  33. dhBase=5
  34.  
  35.  
  36. # DB config
  37. DBUsername=faolan
  38. DBPassword=faolan
  39. DBName=faolandb
  40. DBPort=3306
  41. DBHost=127.0.0.1
  42. DBConnectionCount=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement