Updated
This commit is contained in:
parent
bcb83dfea5
commit
4430d24a3e
14 changed files with 99 additions and 106 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[backend]
|
||||
backend_url = "http://localhost:8080"
|
||||
url = "http://localhost:8080"
|
||||
|
||||
[request]
|
||||
request_retries = 3
|
||||
request_retry_codes = [400, 404, 405, 500, 502]
|
||||
retries = 3
|
||||
retry_codes = [400, 404, 405, 500, 502]
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
[token]
|
||||
token_name = "dasig" # output: dasig-token
|
||||
token_encryption = "rsa"
|
||||
token_expiration = 9 # seconds
|
||||
name = "dasig" # output: dasig-token
|
||||
encryption = "rsa"
|
||||
expiration = 9 # seconds
|
||||
|
||||
[rsa]
|
||||
rsa_public_key = '''-----BEGIN PUBLIC KEY-----
|
||||
public_key = '''-----BEGIN PUBLIC KEY-----
|
||||
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9Aw5Zasdanf2biS69qoQ
|
||||
/YZbyIM+LS7LOLNN3ot6nZH1FiTqTNy61ffUA2Y/s3hGz9L0+k6gRu7uGBza6XPU
|
||||
+iuGdXxZd2mc3lrnPfR6SSllMwGlAVkYpQhmkB19igd8aLUbFiJ3pPKkNocv/yQa
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
$lightBackground: #e2e7f2
|
||||
$darkBackground: #0a152a
|
||||
$light-background: #e2e7f2
|
||||
$dark-background: #0a152a
|
||||
|
||||
$mobile: 575.98px
|
||||
$tablet: 768px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue