summarylogtreecommitdiffstats
path: root/scheduler.conf
blob: 42e884b8eb38c5f00772805d891f061c21048a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
# The socket address the scheduler will listen on. It's strongly recommended
# to listen on localhost and put a HTTPS server in front of it.
public_addr = "127.0.0.1:10600"

[client_auth]
type = "token"
token = "my client token"

[server_auth]
type = "jwt_hs256"
secret_key = "my secret key"