From aaf2d7a914227e2bf85be22c401237841ee9c822 Mon Sep 17 00:00:00 2001 From: Minzkraut Date: Thu, 1 Jun 2023 23:01:10 +0200 Subject: [PATCH] Exclude production config from repo --- .gitignore | 1 + config.cfg => example-config.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename config.cfg => example-config.cfg (55%) 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/"