mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
added launch args for ip/port and default config loading
- fixed char create issues by adding default values to fields (todo: fix actual query) - added post build command to copy scripts folder to bin
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[General]
|
||||
server_ip=127.0.0.1
|
||||
server_ip=0.0.0.0
|
||||
showtimestamp = true
|
||||
|
||||
[Database]
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[General]
|
||||
server_ip=127.0.0.1
|
||||
server_ip=0.0.0.0
|
||||
showtimestamp = true
|
||||
|
||||
[Database]
|
||||
|
Reference in New Issue
Block a user