checking in all work done so far because what if my SSD dies?
This commit is contained in:
8
net/ssh/hostkeymanager/config.py
Normal file
8
net/ssh/hostkeymanager/config.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# config.py
|
||||
|
||||
# Flask debugging - DISABLE FOR PRODUCTION ENVIRONMENTS
|
||||
#DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
# Path to your Sqlite3 DB
|
||||
DB = '/var/local/db/optools/ssh_keys.sqlite3'
|
||||
Reference in New Issue
Block a user