mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(config): 💚 Enable Sonic in the CI tests
This commit is contained in:
parent
045b7d6083
commit
bf42f3d677
8
.github/config.workflow.toml
vendored
8
.github/config.workflow.toml
vendored
|
|
@ -44,11 +44,11 @@ database = 0
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
||||||
# Optional if search is disabled
|
# Optional if search is disabled
|
||||||
# [search.sonic]
|
[search.sonic]
|
||||||
# host = "localhost"
|
host = "localhost"
|
||||||
# port = 7700
|
port = 40007
|
||||||
# Sensitive value
|
# Sensitive value
|
||||||
# password = "test"
|
password = ""
|
||||||
|
|
||||||
[registration]
|
[registration]
|
||||||
# Can users sign up freely?
|
# Can users sign up freely?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue