Skip to content

Commit

Permalink
fix formmatting
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Aug 22, 2023
1 parent f96a0d5 commit 225b049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@

GEOSERVER_ADMIN_PASSWORD = os.getenv("GEOSERVER_ADMIN_PASSWORD", "geoserver")

# This is the password from Geoserver factory data-dir. It's only used at install time to perform the very first configurfation of GEOSERVER_ADMIN_PASSWORD
# This is the password from Geoserver factory data-dir. It's only used at install time to perform the very first configurfation of GEOSERVER_ADMIN_PASSWORD
GEOSERVER_FACTORY_PASSWORD = os.getenv("GEOSERVER_FACTORY_PASSWORD", "geoserver")

GEOFENCE_SECURITY_ENABLED = (
Expand Down
1 change: 1 addition & 0 deletions src/django-geonode-mapstore-client
Submodule django-geonode-mapstore-client added at f89dbc

0 comments on commit 225b049

Please sign in to comment.