From 55cfb8187cb814e17a2a99d02bfd9296fc01dcc2 Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Fri, 30 Jun 2023 19:27:33 -0400 Subject: Added config file --- static/config/local.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/config/local.toml (limited to 'static/config/local.toml') diff --git a/static/config/local.toml b/static/config/local.toml new file mode 100644 index 0000000..ed6f9d0 --- /dev/null +++ b/static/config/local.toml @@ -0,0 +1,5 @@ +# used to identify the issuer of JWTs +self_id = "LockDagger" + +# The URL which the server is hosted on +url = "http://localhost:8080" -- cgit v1.2.3