Allow setting port by param

This commit is contained in:
Carl Allen
2017-07-16 14:31:52 -05:00
parent ca9575ac29
commit a97c5f4585
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
INSERT OR IGNORE INTO config VALUES ('port', 5000, 'number', 'Port to run server (requires restart)', NULL );