summaryrefslogtreecommitdiff
path: root/static/config
diff options
context:
space:
mode:
Diffstat (limited to 'static/config')
-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