diff --git a/.gitignore b/.gitignore index d03fb113..0f4dc533 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ FFXIVClassic Map Server/obj/ FFXIVClassic_Lobby_Server/bin/ FFXIVClassic_Lobby_Server/obj/ packages/ -config.ini ipch/ Blowfish/Debug/ Debug/ diff --git a/config.ini b/config.ini new file mode 100644 index 00000000..7caf0001 --- /dev/null +++ b/config.ini @@ -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= \ No newline at end of file