add APP_KEY generation and parameter
This commit is contained in:
@@ -305,6 +305,17 @@ pixelfed:
|
||||
|
||||
# app specific settings
|
||||
app:
|
||||
# -- This key is used by the Illuminate encrypter service and should
|
||||
# be set to a random, 32 character string, otherwise these encrypted strings
|
||||
# will not be safe. If you don't generate one, we'll generate one for you
|
||||
# however it will change everytime you upgrade the helm chart, so it should
|
||||
# only be used for testing. In production, please set this, or pixelfed.app.existingSecret
|
||||
key: ""
|
||||
# -- use an existing Kuberentes Secret to store the app key
|
||||
# If set, ignores pixelfed.app.key
|
||||
existingSecret: ""
|
||||
# -- key in pixelfed.app.existingSecret to use for the app key
|
||||
existingSecretKey: ""
|
||||
# -- The name of your server/instance
|
||||
name: "Pixelfed"
|
||||
# -- The app environment, keep it set to "production"
|
||||
|
||||
Reference in New Issue
Block a user