mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
path to document file is now configurable, flask secret is now also taken from configuration
This commit is contained in:
5
generate-secret-key.py
Normal file
5
generate-secret-key.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import os
|
||||
import base64
|
||||
|
||||
print(base64.b64encode(os.urandom(24)))
|
||||
Reference in New Issue
Block a user