init
This commit is contained in:
25
Tests/JetStreamTests/Integration/Resources/jetstream.conf
Normal file
25
Tests/JetStreamTests/Integration/Resources/jetstream.conf
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user