mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 11:16:36 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Database Configuration
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_NAME=gps_denied
|
||||
DATABASE_USER=postgres
|
||||
DATABASE_PASSWORD=
|
||||
|
||||
# API Configuration
|
||||
API_HOST=0.0.0.0
|
||||
API_PORT=8000
|
||||
API_DEBUG=false
|
||||
|
||||
# Model Paths
|
||||
SUPERPOINT_MODEL_PATH=models/superpoint.engine
|
||||
LIGHTGLUE_MODEL_PATH=models/lightglue.engine
|
||||
DINOV2_MODEL_PATH=models/dinov2.engine
|
||||
LITESAM_MODEL_PATH=models/litesam.engine
|
||||
|
||||
# Satellite Data
|
||||
SATELLITE_CACHE_DIR=satellite_cache
|
||||
GOOGLE_MAPS_API_KEY=
|
||||
Reference in New Issue
Block a user