Skip to content

Commit 611748f

Browse files
Merge branch 'fix/refactor_project_folder_path' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/refactor_project_folder_path
2 parents ff3f67d + 8cbf155 commit 611748f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ wslink==1.12.4
6363
yarl>=1
6464
# via aiohttp
6565

66-
opengeodeweb-microservice==1.*,>=1.1.3

src/opengeodeweb_viewer/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def default_config() -> None:
1313
def prod_config() -> None:
1414
default_config()
1515

16+
1617
def dev_config() -> None:
1718
default_config()
1819
data_folder_path = os.environ.get("DATA_FOLDER_PATH")

0 commit comments

Comments
 (0)