get database path from env
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
DBPATH="/home/db/easyindex.sqlite"
|
import os
|
||||||
|
DBPATH=os.getenv("EASYINDEX_PATH")
|
||||||
|
if DBPATH == None or DBPATH == "":
|
||||||
|
print("MIssing env var")
|
||||||
|
exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user