56 lines
794 B
Plaintext
56 lines
794 B
Plaintext
{
|
|
pubkeys = [
|
|
""
|
|
];
|
|
|
|
backup = {
|
|
password = "";
|
|
accessKey = "";
|
|
secretKey = "";
|
|
host = "";
|
|
hostBucket = "";
|
|
bucket = "";
|
|
};
|
|
|
|
smtpPassword = "";
|
|
|
|
peertube = {
|
|
secret = "";
|
|
db = {
|
|
password = "";
|
|
};
|
|
auth = {
|
|
url = "";
|
|
secret = "";
|
|
};
|
|
ldap = {
|
|
user = "";
|
|
password = "";
|
|
};
|
|
admin = {
|
|
email = "";
|
|
};
|
|
s3 = {
|
|
id = "";
|
|
key = "";
|
|
};
|
|
};
|
|
|
|
ipv4 = {
|
|
addresses = [
|
|
{ address = ""; prefixLength = 27; }
|
|
];
|
|
routes = [
|
|
{ address = "0.0.0.0"; prefixLength = 0; via = ""; }
|
|
];
|
|
};
|
|
ipv6 = {
|
|
addresses = [
|
|
{ address = ""; prefixLength = 64; }
|
|
];
|
|
routes = [
|
|
{ address = "::"; prefixLength = 0; via = "fe80::1"; }
|
|
];
|
|
};
|
|
}
|