Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.68 KB

Orchestra FM Boards Service

Information on chart difficulties.

GitHub GitHub go.mod Go version GitHub code size in bytes GitHub language count GitHub top language Go Report Card tickgit

Requirements

Configuration

The following variables MUST be defined by the environment in order for the application to run properly.

AWS_S3_BUCKET
AWS_S3_REGION
AWS_ENDPOINT

MYSQL_DB
MYSQL_HOST
MYSQL_USER
MYSQL_PASS

Development Setup

  1. Run task buiild, this will automatically pack and embed migrations into the final binary.
  2. Ensure the following environment variables listed in Configuration.
  3. Execute the application, the migrations will run at startup.