9 lines
180 B
TypeScript
9 lines
180 B
TypeScript
import { HTTP } from "@cerbos/http";
|
|
|
|
export const cerbos = new HTTP("http://localhost:3592", {
|
|
adminCredentials: {
|
|
username: "cerbos",
|
|
password: "cerbosAdmin",
|
|
},
|
|
});
|