blob: 1ad5f1ae5ac72164bfa917436492aa69bc98f4c6 (
plain)
1
2
3
4
5
|
{ appConfig, ... }: [
{ type = "random-string"; path = appConfig.jwtSecret; }
{ type = "random-string"; path = appConfig.sessionSecret; }
{ type = "random-string"; path = appConfig.storageEncryptionKey; }
]
|