OpenGeodeWeb-Back 5.3.0rc1__py3-none-any.whl → 5.3.1rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 5.3.0rc1
3
+ Version: 5.3.1rc1
4
4
  Summary: OpenGeodeWeb-Back is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem
5
5
  Author-email: Geode-solutions <team-web@geode-solutions.com>
6
6
  Project-URL: Homepage, https://github.com/Geode-solutions/OpenGeodeWeb-Back
@@ -1,5 +1,5 @@
1
1
  opengeodeweb_back/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- opengeodeweb_back/app_config.py,sha256=bgn31kmMUhn6PwqpENPPQfsRsuXqnYgqMaV0_OoenDw,721
2
+ opengeodeweb_back/app_config.py,sha256=bZIs0giTA0cYJJYbt25ZHYlHdsOy82h5xSxdOitgR4A,752
3
3
  opengeodeweb_back/geode_functions.py,sha256=m1icB_E9SctF6LFoUDLxE0WseDy6wc1qNV6KeuBeEGo,8716
4
4
  opengeodeweb_back/geode_objects.py,sha256=-dgpfzZ7Ep0usBAJUPxzWuUcVcMB_1F0R6IyxnTl0Os,22478
5
5
  opengeodeweb_back/utils_functions.py,sha256=18kp8M3bnrlu692qj-ymJJPA1hTpPjx_xl9oVi5qGyg,4120
@@ -13,8 +13,8 @@ opengeodeweb_back/routes/schemas/missing_files.json,sha256=tJVdSM3CqYFZRC6eNW6Q3
13
13
  opengeodeweb_back/routes/schemas/ping.json,sha256=MhI5jtrjMsAsfIKEzdY8p1HyV9xv4O3hYfESWw6tkyE,162
14
14
  opengeodeweb_back/routes/schemas/save_viewable_file.json,sha256=7BXO8vsQrmqyEQ2uycm2Ift_EY7a0KocvnGEjYrQFcQ,368
15
15
  opengeodeweb_back/routes/schemas/upload_file.json,sha256=sE6bxz3mJbSZlGmrnR_hZmcx0dvZGn3Wpnn6szRPxXQ,186
16
- OpenGeodeWeb_Back-5.3.0rc1.dist-info/LICENSE,sha256=LoTB-aqQvzTGxoTRXNnhNV0LKiqdk2bQv6MB34l8zkI,1079
17
- OpenGeodeWeb_Back-5.3.0rc1.dist-info/METADATA,sha256=Ox4Ony6UCLpiJHWocnWUAF7e_btl-zWwsbdT0UZkvZU,3085
18
- OpenGeodeWeb_Back-5.3.0rc1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
19
- OpenGeodeWeb_Back-5.3.0rc1.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
20
- OpenGeodeWeb_Back-5.3.0rc1.dist-info/RECORD,,
16
+ OpenGeodeWeb_Back-5.3.1rc1.dist-info/LICENSE,sha256=LoTB-aqQvzTGxoTRXNnhNV0LKiqdk2bQv6MB34l8zkI,1079
17
+ OpenGeodeWeb_Back-5.3.1rc1.dist-info/METADATA,sha256=ZsAwVt-aGRY_2oY5L3Ifr1LkT5X2YhgRN82G-aQRnBI,3085
18
+ OpenGeodeWeb_Back-5.3.1rc1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
19
+ OpenGeodeWeb_Back-5.3.1rc1.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
20
+ OpenGeodeWeb_Back-5.3.1rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -8,6 +8,7 @@ import time
8
8
 
9
9
  class Config(object):
10
10
  FLASK_DEBUG = os.environ.get("FLASK_DEBUG", default=False)
11
+ DEFAULT_HOST = "localhost"
11
12
  DEFAULT_PORT = "5000"
12
13
  CORS_HEADERS = "Content-Type"
13
14
  UPLOAD_FOLDER = "./uploads"