college/Summer-2024/CS-3443/LakeWatch/LakeWatchAPI/TODO.org

519 B

DONE Application Configuration [1/1]

  • Env vars

    Name Example Value
    APP_API_HOST localhost
    APP_API_PORT 8080
    APP_DATABASE_HOST localhost
    APP_DATABASE_PORT 5432
    APP_DATABASE_NAME lakewatch
    APP_DATABASE_USER postgres
    APP_DATABASE_PASSWORD some-password
    APP_DATABASE_SSL true