mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Some more work on the world server.
This commit is contained in:
parent
c67f74130f
commit
e24a6f99cb
7 changed files with 193 additions and 7 deletions
11
data/world_config.ini
Normal file
11
data/world_config.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[General]
|
||||
server_ip=127.0.0.1
|
||||
showtimestamp = true
|
||||
|
||||
[Database]
|
||||
worldid=1
|
||||
host=127.0.0.1
|
||||
port=3306
|
||||
database=ffxiv_server
|
||||
username=root
|
||||
password=
|
Loading…
Add table
Add a link
Reference in a new issue