diff options
author | clarkzjw <[email protected]> | 2023-02-20 01:17:46 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-20 01:17:46 -0800 |
commit | 48cd0ed8abf0e84fc5d013a126e84c65ef0ed87a (patch) | |
tree | 74afa02317e889e55d16112df5832e2a754f8670 | |
parent | b41ed0201c80e3de0078dbacd766f5ef62819363 (diff) | |
download | swarm2fediverse-48cd0ed8abf0e84fc5d013a126e84c65ef0ed87a.tar.gz |
ignore config.ini in .gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.ini.example (renamed from config.ini) | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,4 @@ | |||
1 | config.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] | ||
2 | BOT_TOKEN="" | ||
3 | |||
1 | ; [DEFAULT] | 4 | ; [DEFAULT] |
2 | ; ServerAliveInterval = 45 | 5 | ; ServerAliveInterval = 45 |
3 | ; Compression = yes | 6 | ; Compression = yes |