test(api): Give JWT key to GitHub Actions test build

This commit is contained in:
Jesse Wierzbinski 2024-04-17 22:55:37 -10:00
parent 5cb48b2f3b
commit 7d6f85d096
No known key found for this signature in database

View file

@ -37,6 +37,10 @@ rules = [
"Don't post illegal content", "Don't post illegal content",
] ]
[oidc]
# Run Lysand with this value missing to generate a new key
jwt_key = "MC4CAQAwBQYDK2VwBCIEID+H5n9PY3zVKZQcq4jrnE1IiRd2EWWr8ApuHUXmuOzl;MCowBQYDK2VwAyEAzenliNkgpXYsh3gXTnAoUWzlCPjIOppmAVx2DBlLsC8="
[http] [http]
base_url = "http://0.0.0.0:8080" base_url = "http://0.0.0.0:8080"
bind = "0.0.0.0" bind = "0.0.0.0"