Skip to content

Commit

Permalink
update db
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 12, 2024
1 parent 6007145 commit 89ede0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parrot/db.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from rdflib import Graph, URIRef
from rdflib.plugins.sparql import prepareQuery
# from pywps import configuration

from pywps import configuration

# Provide the path to the SQLite database in the local folder
DB_URL = "sqlite:////var/lib/pywps/db/provenance.sqlite"
# DB_URL = "sqlite:////tmp/provenance.sqlite"
# DB_URL = configuration.get_config_value('provenance', 'db_url')
# DB_URL = configuration.get_config_value("provenance", "db_url")
DB_URL = configuration.get_config_value("logging", "database")


class GraphDB(object):
Expand Down

0 comments on commit 89ede0d

Please sign in to comment.