Skip to content

Commit 5f110aa

Browse files
committed
Added server-settings.json file to example conf.json file
1 parent 618dcbd commit 5f110aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.json.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"username": "admin",
33
"password": "factorio",
44
"database_file": "auth.leveldb",
5-
"cookie_encryption_key": "topsecretkey"
5+
"cookie_encryption_key": "topsecretkey",
6+
"settings_file": "server-settings.json"
67
}

0 commit comments

Comments
 (0)