summaryrefslogtreecommitdiff
path: root/static/config/local.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-30 19:27:33 -0400
committermrw1593 <botahamec@outlook.com>2023-06-30 19:27:33 -0400
commit55cfb8187cb814e17a2a99d02bfd9296fc01dcc2 (patch)
treec5f7ed60c8a814addd60b1cfb843fb9a107f1458 /static/config/local.toml
parent9058b01d6c0e3d1e9e485a537258a312ccfc841c (diff)
Added config file
Diffstat (limited to 'static/config/local.toml')
-rw-r--r--static/config/local.toml5
1 files changed, 5 insertions, 0 deletions
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"