diff --git a/src/pis.py b/src/pis.py index 9c23163..ffd5b5b 100644 --- a/src/pis.py +++ b/src/pis.py @@ -5,8 +5,8 @@ import mongo REBUILD :bool = False # Set to True to force rebuild print("pis.py: PIS Module Loaded", "DBUG") -#file_location :str = "/app/data/pis/gwr.yaml" # Production & Testing -file_location :str = "/home/fred.boniface/git/owlboard/db-manager/data/pis/gwr.yaml" # Local Development +file_location :str = "/app/data/pis/gwr.yaml" # Production & Testing +#file_location :str = "/home/fred.boniface/git/owlboard/db-manager/data/pis/gwr.yaml" # Local Development def runUpdate(): if (not requiresUpdate()):