mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
test(api): ✅ Give JWT key to GitHub Actions test build
This commit is contained in:
parent
5cb48b2f3b
commit
7d6f85d096
4
.github/config.workflow.toml
vendored
4
.github/config.workflow.toml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue