Compare commits

..

No commits in common. "8837c4e12ac65cc59755f93b3792a5ef75d5827c" and "31ccee105d2e45b0ce341a6bcddf7836831d4201" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -26,8 +26,6 @@ GEONETWORK_USER=os.getenv("GEONETWORK_USER")
GEONETWORK_PASS=os.getenv("GEONETWORK_PASS")
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))
ALLOWED_ORIGINS = [

View File

@ -16,5 +16,4 @@ Shapely==2.1.2
SQLAlchemy==2.0.46
asyncpg
psycopg2
python-multipart
pyarrow
python-multipart