2025-08-01
This commit is contained in:
@@ -148,4 +148,4 @@ CHANNEL_LAYERS = {
|
||||
},
|
||||
}
|
||||
|
||||
HASHIDS_SALT = "your-very-secret-salt-string"
|
||||
HASHIDS_SALT = os.getenv("BOF_HASHIDS_SALT", "your-very-secret-salt-string")
|
||||
|
||||
Reference in New Issue
Block a user