···2323# Default value: ""
2424#debug_bind = ""
25252626+# Required. Public hostname clients reach this instance on, for example
2727+# `bobbin.example.com` or `localhost:8090`. Its `did:web` is the audience service-auth
2828+# tokens must be addressed to, so it has to match the host callers actually use.
2929+#
3030+# Can also be specified via environment variable `BOBBIN_HOSTNAME`.
3131+#
3232+# Default value: ""
3333+#hostname = ""
3434+2635# Reverse proxies in front of bobbin,
2736# each a bare IP address without a port or a CIDR block such as `173.245.48.0/20`.
2837# Bobbin will read the client address out of `x-forwarded-for`
···423423 restart: unless-stopped
424424 environment:
425425 BOBBIN_BIND: 0.0.0.0:8090
426426+ # must match the host in the web service's BOBBIN_URL, or every token's aud check fails
427427+ BOBBIN_HOSTNAME: bobbin.tngl.boltless.dev
426428 BOBBIN_HYDRANT_URL: http://hydrant:3000
427429 BOBBIN_SLINGSHOT_URL: http://hydrant:3000
428430 BOBBIN_KNOT_ALLOW_PRIVATE: "true"