Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ace.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2>NOTES</h2>
export ACTINIA_USER='demouser'
export ACTINIA_PASSWORD='gu3st!pa55w0rd'
export ACTINIA_URL='https://actinia.mundialis.de'
export ACTINIA_VERSION='v2'
export ACTINIA_VERSION='v3'
</pre></div>

<p>
Expand Down
4 changes: 2 additions & 2 deletions ace.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
export ACTINIA_USER='demouser'
export ACTINIA_PASSWORD='gu3st!pa55w0rd'
export ACTINIA_URL='https://actinia.mundialis.de'
export ACTINIA_VERSION='v2'
export ACTINIA_VERSION='v3'
"""

# Example script for actinia with import and export options
Expand Down Expand Up @@ -218,7 +218,7 @@
ACTINIA_USER = 'demouser'
ACTINIA_PASSWORD = 'gu3st!pa55w0rd'
ACTINIA_URL = 'https://actinia.mundialis.de'
ACTINIA_VERSION = 'v2'
ACTINIA_VERSION = 'v3'
ACTINIA_AUTH = (ACTINIA_USER, ACTINIA_PASSWORD)
LOCATION = None
MAPSET = None
Expand Down