init
Some checks failed
ci / macos (push) Has been cancelled
ci / ios (push) Has been cancelled
ci / check-linter (push) Has been cancelled

This commit is contained in:
wenzuhuai
2026-01-12 18:29:52 +08:00
commit d7bdb4f378
87 changed files with 12664 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
jetstream: {
max_mem_store: 64MiB,
max_file_store: 10GiB
}
no_auth_user: pp
accounts {
JS {
jetstream: enabled
users: [
{
user: pp,
password: foo
}
]
}
NO_JS {
users: [
{
user: nojs,
password: foo
}
]
}
}