Skip to content

Commit

Permalink
update to actinia v3 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm authored Jul 6, 2022
1 parent ba2e822 commit 8466f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_grass_gis_driver/actinia_processing/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ACTINIA:
LOCATIONS = ["nc_spm_08", "utm32n", "latlong_wgs84"]
USER = "openeo"
PASSWORD = "EeMob0la"
VERSION = "v2"
VERSION = "v3"
# The database file that stores the graphs
GRAPH_DB = "%s/.graph_db_file.sqlite" % os.environ["HOME"]
# The database file that stores the jobs
Expand Down

0 comments on commit 8466f86

Please sign in to comment.