StamusNetworks / scirius

Scirius is a web application for Suricata ruleset management and threat hunting.
GNU General Public License v3.0
621 stars 148 forks source link

Default STATIC_ROOT and database paths #149

Open mrnerdhair opened 6 years ago

mrnerdhair commented 6 years ago

Without STATIC_ROOT, the project won't start at all, so there should be a default. Since the default DB path was originally under BASE_DIR, it makes sense that the static path would be too.

Furthermore, the DB itself should be stored in a folder dedicated to Scirius data; otherwise it's not clear which files should be persistent.(Also, you can't mount a Docker volume onto a single file!)