Added Foreman Settings

This commit is contained in:
sanjayk03-dev
2023-12-10 01:58:09 +05:30
parent cf72ad1c40
commit 6d1ddb149b
6 changed files with 30 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ class Config(object):
self.values = {}
try:
self.version = "1.3.0"
self.version = "1.3.1"
# Load config template
with open(get_resource('http/config-template.json'), 'r',