mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix: 💚 Fix incorrect CI config
This commit is contained in:
parent
45c131dfed
commit
128a21cd47
6
.github/config.workflow.toml
vendored
6
.github/config.workflow.toml
vendored
|
|
@ -38,8 +38,10 @@ rules = [
|
|||
]
|
||||
|
||||
[oidc]
|
||||
# Run Versia with this value missing to generate a new key
|
||||
jwt_key = "MC4CAQAwBQYDK2VwBCIEID+H5n9PY3zVKZQcq4jrnE1IiRd2EWWr8ApuHUXmuOzl;MCowBQYDK2VwAyEAzenliNkgpXYsh3gXTnAoUWzlCPjIOppmAVx2DBlLsC8="
|
||||
|
||||
[keys]
|
||||
private = "MC4CAQAwBQYDK2VwBCIEID+H5n9PY3zVKZQcq4jrnE1IiRd2EWWr8ApuHUXmuOzl"
|
||||
public = "MCowBQYDK2VwAyEAzenliNkgpXYsh3gXTnAoUWzlCPjIOppmAVx2DBlLsC8="
|
||||
|
||||
[http]
|
||||
base_url = "http://0.0.0.0:8080"
|
||||
|
|
|
|||
Loading…
Reference in a new issue