forked from kofal.net/stoatchat-self-hosted
feat: Update to backend version v0.12.0 and use new environment variable configuration (#272)
* refactor: Change secrets file format and update to v0.12.0 This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht <dadadah@echoha.us> * chore: Update livekit to v1.9.13 This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht <dadadah@echoha.us> * docs: Update readme links This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht <dadadah@echoha.us> * docs: Add a disclaimer on the config when using generate_config This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht <dadadah@echoha.us> --------- Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
@@ -26,20 +26,20 @@ VALID_SECRET_EXAMPLE_2='This is an example secret'
|
||||
#
|
||||
# Pushd VAPID private key is the value stored in the [pushd.vapid] section of
|
||||
# Revolt.toml for the private_key line.
|
||||
# PUSHD_VAPID_PRIVATEKEY=
|
||||
# REVOLT__PUSHD__VAPID__PRIVATE_KEY=
|
||||
#
|
||||
# Pushd VAPID public key is the value stored in the [pushd.vapid] section of
|
||||
# Revolt.toml for the public_key line.
|
||||
# PUSHD_VAPID_PUBLICKEY=
|
||||
# REVOLT__PUSHD__VAPID__PUBLIC_KEY=
|
||||
#
|
||||
# Files encryption key is the value stored in the [files] section of
|
||||
# Revolt.toml for the encryption_key line.
|
||||
# FILES_ENCRYPTION_KEY=
|
||||
# REVOLT__FILES__ENCRYPTION_KEY=
|
||||
#
|
||||
# Livekit worldwide key is the value stored in the
|
||||
# [api.livekit.nodes.worldwide] section of Revolt.toml for the key line.
|
||||
# LIVEKIT_WORLDWIDE_KEY=
|
||||
# REVOLT__API__LIVEKIT__NODES__WORLDWIDE__KEY=
|
||||
#
|
||||
# Livekit worldwide secret is the value stored in the
|
||||
# [api.livekit.nodes.worldwide] section of Revolt.toml for the secret line.
|
||||
# LIVEKIT_WORLDWIDE_SECRET=
|
||||
# REVOLT__API__LIVEKIT__NODES__WORLDWIDE__SECRET=
|
||||
|
||||
Reference in New Issue
Block a user