Skip to content

Commit

Permalink
refactor: rename sample settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
jkgeo committed Jan 17, 2025
1 parent aef6072 commit 415a18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from ..settings import *

# Sample Database Settings
DATABASES = {
### postgresql/postgis configuration
"default": {
Expand Down Expand Up @@ -48,7 +49,7 @@
"""
GDAL
"""

# Sample GDAL Configuration
GDAL_CONFIG_OPTIONS = {
"CPL_DEBUG": True,
"CPL_CURL_VERBOSE": True,
Expand Down

0 comments on commit 415a18a

Please sign in to comment.