We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9248ad commit 565e5c3Copy full SHA for 565e5c3
1 file changed
local_dev/tools/db-insertion/insert.py
@@ -3,11 +3,9 @@
3
4
from pathlib import Path
5
6
-# Before starting, you can change the path to the configuration for the desired integration and set of files.
7
BASE_DIR = Path(__file__).resolve().parent
8
-CONFIG_PATH = BASE_DIR / "OpenAIRE" / "config.json" # Change integration folder name here.
+CONFIG_PATH = BASE_DIR / "OpenAIRE" / "config.json"
9
10
-# Fallbacks
11
VISUALIZATION_DATA = []
12
ENDPOINT_URL = "http://127.0.0.1:8081/dev/persistence/createVisualization/dev"
13
0 commit comments