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
|
||||
|
||||
# Optional if search is disabled
|
||||
# [search.sonic]
|
||||
# host = "localhost"
|
||||
# port = 7700
|
||||
[search.sonic]
|
||||
host = "localhost"
|
||||
port = 40007
|
||||
# Sensitive value
|
||||
# password = "test"
|
||||
password = ""
|
||||
|
||||
[registration]
|
||||
# Can users sign up freely?
|
||||
|
|
|
|||
Loading…
Reference in a new issue