This commit is contained in:
parent
69e05f102b
commit
02e3d42b47
@ -6,13 +6,22 @@
|
|||||||
serverName = "nats1";
|
serverName = "nats1";
|
||||||
settings = {
|
settings = {
|
||||||
accounts = {
|
accounts = {
|
||||||
"ADMIN" = {
|
ADMIN = {
|
||||||
users = [
|
users = [
|
||||||
{
|
{
|
||||||
nkey = "UA44ZINQKUBTV7CX3RE7MVHOEQOQK2VQGCI4GL4M7XBJB4S66URHLW7A";
|
nkey = "UA44ZINQKUBTV7CX3RE7MVHOEQOQK2VQGCI4GL4M7XBJB4S66URHLW7A";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
HOMELAB = {
|
||||||
|
jetstream = "enabled";
|
||||||
|
users = [
|
||||||
|
{
|
||||||
|
nkey = "UASLNKLWGICRTZMIXVD3RXLQ57XRIMCKBHP5V3PYFFRNO3E3BIJBCYMZ";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
system_account = "ADMIN";
|
system_account = "ADMIN";
|
||||||
jetstream = {
|
jetstream = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user