Skip to content

Commit 53ca1df

Browse files
committed
Introduce user specific config files
1 parent c2c5188 commit 53ca1df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ Thumbs.db
5151
*.mov
5252
*.wmv
5353

54+
#Users personal config files based on the config.yml file e.g. config_tobi.yml
55+
config_*.yml

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.knime.python.google_ads_ext:
2-
src: C:\Users\diego.rodriguez\git\knime-python-google-ads # Path to folder containing the extension files
3-
conda_env_path: C:\Users\diego.rodriguez\.conda\envs\adwords-ext-env # Path to the Python environment to use
2+
src: <LOCAL_PATH_TO>\\knime-python-google-ads # Path to folder containing the extension files
3+
conda_env_path: <LOCAL_PATH_TO>\adwords-ext-env # Path to the Python environment to use
44
debug_mode: true # Optional line, if set to true, it will always use the latest changes of execute/configure, when that method is used within the KNIME Analytics Platform
55

0 commit comments

Comments
 (0)