MycroftAI / personal-backend

WORK IN PROGRESS: A Flask personal backend alternative for running your own version of https://home.mycroft.ai
Apache License 2.0
114 stars 32 forks source link

secret key and salt #23

Closed dragonsKnight5 closed 5 years ago

dragonsKnight5 commented 5 years ago

Hi, Decided to have go getting this running, however I can't workout where secret key and salt are coming from

I've had a look in some of the files and still can't work it out

I could use some guidance Best Regards dragonsKnight5

JarbasAl commented 5 years ago

https://github.com/MycroftAI/personal-backend/blob/master/personal_mycroft_backend/settings.py#L53

you should also be able to change it in the config file

JarbasAl commented 5 years ago

deprecated by #44