Secrets are now stored as AES encrypted -> Base64 encoded strings, retrieval is still plaintext and will need to be updated to reflect the required unencoding and decryption process
This commit is contained in:
@ -10,6 +10,6 @@
|
||||
, applicationHost = "REPLACEME"
|
||||
, applicationPort = +3000
|
||||
, dbFile = "data/Purr.sqlite"
|
||||
, dbSalt = "REPLACEME!!!!!"
|
||||
, dbKey = "REPLACEME!!!!!"
|
||||
, linkLength = +24
|
||||
}
|
||||
|
Reference in New Issue
Block a user