Closed dtu-compute closed 8 years ago
https://github.com/dtu-compute/stackedit/blob/devel/app/index.js#L13
looks like something we should have in a config file. Perhaps in /vol/config/stackedit.yaml?
/vol/config/stackedit.yaml
Or is it just for signing things, so it can be generated during Docker build?
Fixes.
Ok, so it just is a session key. Then let's generate it either at Docker build or at run time.
If by build, the perhaps?:
r=$(od -vAn -N16 -tx < /dev/urandom | tr -d " ")
https://github.com/dtu-compute/stackedit/blob/devel/app/index.js#L13
looks like something we should have in a config file. Perhaps in
/vol/config/stackedit.yaml
?Or is it just for signing things, so it can be generated during Docker build?