2023-03-06 19:46:06 +01:00
|
|
|
# -*-ruby-*-
|
|
|
|
|
listen = ":8080"
|
2023-03-07 20:06:13 +01:00
|
|
|
bodylimit = 10000
|
|
|
|
|
|
|
|
|
|
apicontext = [
|
|
|
|
|
{
|
2023-03-16 16:35:55 +01:00
|
|
|
context = "root"
|
2023-03-07 20:06:13 +01:00
|
|
|
key = "0fddbff5d8010f81cd28a7d77f3e38981b13d6164c2fd6e1c3f60a4287630c37",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
context = "foo",
|
|
|
|
|
key = "970b391f22f515d96b3e9b86a2c62c627968828e47b356994d2e583188b4190a"
|
|
|
|
|
}
|
2023-03-06 19:46:06 +01:00
|
|
|
]
|
2023-03-07 20:06:13 +01:00
|
|
|
|
2023-03-17 13:04:52 +01:00
|
|
|
#url = "https://sokrates.daemon.de"
|
2023-03-16 16:35:55 +01:00
|
|
|
|
|
|
|
|
# this is the root context with all permissions
|
|
|
|
|
super = "root"
|