Skip to content

Commit

Permalink
geonode config
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 30, 2024
1 parent faaa647 commit b77457c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"type": "output",
"software_type": "geonode",
"parameters": {
"url": "{{GEONODE_URL}}",
"user": "{{GEONODE_USER}}",
"pwd": "{{GEONODE_PASSWORD}}",
"url": "{{ GEONODE_URL }}",
"user": "{{ GEONODE_USER }}",
"pwd": "{{ GEONODE_PASSWORD }}",
"logger": "DEBUG"
}
}
Expand Down

0 comments on commit b77457c

Please sign in to comment.