Compare commits
No commits in common. "8837c4e12ac65cc59755f93b3792a5ef75d5827c" and "31ccee105d2e45b0ce341a6bcddf7836831d4201" have entirely different histories.
8837c4e12a
...
31ccee105d
|
|
@ -26,8 +26,6 @@ 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,5 +16,4 @@ 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