diff options
Diffstat (limited to 'static/config/local.toml')
| -rw-r--r-- | static/config/local.toml | 5 |
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" |
