mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
29 lines
436 B
INI
29 lines
436 B
INI
[General]
|
|
server_ip=127.0.0.1
|
|
showtimestamp = true
|
|
|
|
# log_level: add up values for types you want to enable
|
|
# then convert hex -> dec and set log_level = value
|
|
# 0x000 None,
|
|
# 0x001 Console,
|
|
# 0x002 File,
|
|
# 0x004 Status,
|
|
# 0x008 Sql,
|
|
# 0x010 Info,
|
|
# 0x020 Debug,
|
|
# 0x040 Error,
|
|
|
|
log_level = 127
|
|
|
|
#log_path = ./logs/
|
|
#log_file = lobby.log
|
|
|
|
|
|
[Database]
|
|
worldid=1
|
|
host=127.0.0.1
|
|
port=3306
|
|
database=ffxiv_server
|
|
username=root
|
|
password=root
|