Build 13.0.3

This commit is contained in:
Eduardo Fraga
2023-08-23 07:33:42 -03:00
commit 95a1b068b1
70 changed files with 5420 additions and 0 deletions

View File

@@ -0,0 +1 @@
admin:YWG41BPzVAkN6

View File

@@ -0,0 +1,13 @@
[Main]
auth_type = "basic"
login = "admin"
password = "admin"
client_id = ""
client_secret = ""
redirect_uri = ""
scope = ""
protocol = "http"
address = "baculum-api"
port = "9096"
url_prefix = ""

View File

@@ -0,0 +1,23 @@
[baculum]
debug = "0"
lang = "en"
max_jobs = "15000"
size_values_unit = "decimal"
time_in_job_log = "0"
date_time_format = "Y-M-D R"
enable_messages_log = "1"
login = "admin"
[users]
[auth_basic]
allow_manage_users = "1"
user_file = "/usr/share/baculum/htdocs/protected/Web/Config/baculum.users"
hash_alg = "apr-md5"
[security]
auth_method = "basic"
def_access = "default_settings"
def_role = "normal"
def_api_host = "Main"

View File

@@ -0,0 +1,9 @@
[admin]
long_name = ""
description = ""
email = ""
roles = "admin"
api_hosts = ""
enabled = "1"
ips = ""