aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-20 01:17:46 -0800
committerclarkzjw <[email protected]>2023-02-20 01:17:46 -0800
commit48cd0ed8abf0e84fc5d013a126e84c65ef0ed87a (patch)
tree74afa02317e889e55d16112df5832e2a754f8670
parentb41ed0201c80e3de0078dbacd766f5ef62819363 (diff)
downloadswarm2fediverse-48cd0ed8abf0e84fc5d013a126e84c65ef0ed87a.tar.gz
ignore config.ini in .gitignore
-rw-r--r--.gitignore1
-rw-r--r--config.ini.example (renamed from config.ini)3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 68bc17f..0671e2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
1config.ini
1# Byte-compiled / optimized / DLL files 2# Byte-compiled / optimized / DLL files
2__pycache__/ 3__pycache__/
3*.py[cod] 4*.py[cod]
diff --git a/config.ini b/config.ini.example
index 8b4f7bf..f803e56 100644
--- a/config.ini
+++ b/config.ini.example
@@ -1,3 +1,6 @@
1[DEFAULT]
2BOT_TOKEN=""
3
1; [DEFAULT] 4; [DEFAULT]
2; ServerAliveInterval = 45 5; ServerAliveInterval = 45
3; Compression = yes 6; Compression = yes
Powered by cgit v1.2.3 (git 2.41.0)