summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-11-04 17:19:11 +0000
committerDennis Friis <peavey@placid.dk>2008-11-04 17:19:11 +0000
commit56bbd40cf60a6f7b36f6fcb0826bd6faf2b58ba9 (patch)
tree11b20fff1b18df47fe1322e50eec7ac09bc2e967 /conf
parentd651a9a5cd8e75ad05172cc8d3564a9494e9958c (diff)
downloadserverdata-56bbd40cf60a6f7b36f6fcb0826bd6faf2b58ba9.tar.gz
serverdata-56bbd40cf60a6f7b36f6fcb0826bd6faf2b58ba9.tar.bz2
serverdata-56bbd40cf60a6f7b36f6fcb0826bd6faf2b58ba9.tar.xz
serverdata-56bbd40cf60a6f7b36f6fcb0826bd6faf2b58ba9.zip
Add local conf for char server
Diffstat (limited to 'conf')
-rw-r--r--conf/char_athena.conf20
-rw-r--r--conf/char_local.conf.example22
2 files changed, 24 insertions, 18 deletions
diff --git a/conf/char_athena.conf b/conf/char_athena.conf
index 6ce131cf..6b9e8a5f 100644
--- a/conf/char_athena.conf
+++ b/conf/char_athena.conf
@@ -1,24 +1,8 @@
// Athena Character configuration file.
-// Server Communication username and password.
-userid: s1
-passwd: s1
+// local settings for this server in this file
+import: conf/char_local.conf
-// Server name, use alternative character such as ASCII 160 for spaces.
-server_name: The Mana World
-
-// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
-wisp_server_name: Server
-
-// Login Server IP
-login_ip:81.161.192.4
-// Login Server Port
-login_port: 6901
-
-// Character Server IP
-char_ip:81.161.192.4
-// Character Server Port
-char_port: 6122
// Option to force a player to create an e-mail.
// If a player have default e-mail, and if you activate this option, the player can only connect in the game (to arrive on a map) like follow:
diff --git a/conf/char_local.conf.example b/conf/char_local.conf.example
new file mode 100644
index 00000000..80264be0
--- /dev/null
+++ b/conf/char_local.conf.example
@@ -0,0 +1,22 @@
+// Athena Character local configuration file.
+
+// Server Communication username and password.
+userid: s1
+passwd: s1
+
+// Server name, use alternative character such as ASCII 160 for spaces.
+server_name: The Mana World
+
+// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
+wisp_server_name: Server
+
+// Login Server IP
+login_ip:81.161.192.4
+// Login Server Port
+login_port: 6901
+
+// Character Server IP
+char_ip:81.161.192.4
+// Character Server Port
+char_port: 6122
+