mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(config): 💚 Fix incorrect CI config
This commit is contained in:
parent
a9dbd2cc4e
commit
c63b2b320b
7
.github/config.workflow.toml
vendored
7
.github/config.workflow.toml
vendored
|
|
@ -452,10 +452,9 @@ log_level = "info" # For console output
|
||||||
# environment = "production"
|
# environment = "production"
|
||||||
# log_level = "info"
|
# log_level = "info"
|
||||||
|
|
||||||
[authentication.keys]
|
[authentication]
|
||||||
# Run Versia Server with those values missing to generate a new key
|
# Run Versia Server with this value missing to generate a new key
|
||||||
public = "MCowBQYDK2VwAyEAfyZx8r98gVHtdH5EF1NYrBeChOXkt50mqiwKO2TX0f8="
|
key = "ZWcwanRaQAqY3ChUro/Jey9XGQjzsxEed5iqTp4yFr8W6vEnXdz91F/Pu/uf7HBMbNeIK7V6aHsM0lq9onrO8Q=="
|
||||||
private = "MC4CAQAwBQYDK2VwBCIEILDi1g7+bwNjBBvL4CRWHZpCFBR2m2OPCot62Wr+TCbq"
|
|
||||||
|
|
||||||
# The provider MUST support OpenID Connect with .well-known discovery
|
# The provider MUST support OpenID Connect with .well-known discovery
|
||||||
# Most notably, GitHub does not support this
|
# Most notably, GitHub does not support this
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue