init
This commit is contained in:
3
Tests/JetStreamTests/Integration/Resources/domain.conf
Normal file
3
Tests/JetStreamTests/Integration/Resources/domain.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
jetstream: {
|
||||
domain: ABC
|
||||
}
|
||||
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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
17
Tests/JetStreamTests/Integration/Resources/prefix.conf
Normal file
17
Tests/JetStreamTests/Integration/Resources/prefix.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
jetstream: enabled
|
||||
accounts: {
|
||||
A: {
|
||||
users: [ {user: a, password: a} ]
|
||||
jetstream: enabled
|
||||
exports: [
|
||||
{service: '$JS.API.>' }
|
||||
]
|
||||
},
|
||||
I: {
|
||||
jetstream: disabled
|
||||
users: [ {user: i, password: i} ]
|
||||
imports: [
|
||||
{service: {account: A, subject: '$JS.API.>'}, to: 'fromA.>' }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user