diff --git a/.gitignore b/.gitignore index 8814817..5212c03 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .import/ export.cfg export_presets.cfg +config.cgf # Imported translations (automatically generated from CSV files) *.translation diff --git a/config.cfg b/example-config.cfg similarity index 55% rename from config.cfg rename to example-config.cfg index 1f08f52..7cebeb9 100644 --- a/config.cfg +++ b/example-config.cfg @@ -1,3 +1,3 @@ [core] -websocket_url="ws://127.0.0.1:6980" +websocket_url="ws://localhost:6980" public_path="http://localhost:8899/"