Compare commits
2 Commits
31ccee105d
...
8837c4e12a
| Author | SHA1 | Date | |
|---|---|---|---|
| 8837c4e12a | |||
| 498234ddae |
|
|
@ -26,6 +26,8 @@ GEONETWORK_USER=os.getenv("GEONETWORK_USER")
|
||||||
GEONETWORK_PASS=os.getenv("GEONETWORK_PASS")
|
GEONETWORK_PASS=os.getenv("GEONETWORK_PASS")
|
||||||
|
|
||||||
UPLOAD_FOLDER = Path(os.getenv("UPLOAD_FOLDER", "./uploads"))
|
UPLOAD_FOLDER = Path(os.getenv("UPLOAD_FOLDER", "./uploads"))
|
||||||
|
os.makedirs(UPLOAD_FOLDER, exist_ok=True)
|
||||||
|
|
||||||
MAX_FILE_MB = int(os.getenv("MAX_FILE_MB", 30))
|
MAX_FILE_MB = int(os.getenv("MAX_FILE_MB", 30))
|
||||||
|
|
||||||
ALLOWED_ORIGINS = [
|
ALLOWED_ORIGINS = [
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,5 @@ Shapely==2.1.2
|
||||||
SQLAlchemy==2.0.46
|
SQLAlchemy==2.0.46
|
||||||
asyncpg
|
asyncpg
|
||||||
psycopg2
|
psycopg2
|
||||||
python-multipart
|
python-multipart
|
||||||
|
pyarrow
|
||||||
Loading…
Reference in New Issue
Block a user