Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 713 Bytes

TreePruning

Setup guide

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Add the necessary variables to your environment
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix server

Environment Variables

Use your preferred method to add the following variables to your environment.

Variable Description Environments
DB_URL Postgresql database url All
SECRET_KEY_BASE Secret key base All
UPSTREAM_URL URL of the upstream tree service All