summaryrefslogtreecommitdiff
path: root/static
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
parent9058b01d6c0e3d1e9e485a537258a312ccfc841c (diff)
Added config file
Diffstat (limited to 'static')
-rw-r--r--static/config/dev.toml0
-rw-r--r--static/config/local.toml5
-rw-r--r--static/config/prod.toml0
-rw-r--r--static/config/staging.toml0
4 files changed, 5 insertions, 0 deletions
diff --git a/static/config/dev.toml b/static/config/dev.toml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/static/config/dev.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"
diff --git a/static/config/prod.toml b/static/config/prod.toml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/static/config/prod.toml
diff --git a/static/config/staging.toml b/static/config/staging.toml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/static/config/staging.toml