Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 588 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 588 Bytes

EGOI Voting Platform

Notes for Kubernetes Deployment

Make sure to provide at least the following environment variables:

APP_KEY # see below
APP_URL # e.g. https://video-evidence.egoi.ch

DB_HOST
DB_DATABASE
DB_USERNAME
DB_PASSWORD

GRPC_ENDPOINT

AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION
AWS_CONFIG_BUCKET # only required if not config
AWS_CONFIG_ENDPOINT # need to provide bucket endpoint here (include bucket in url)

To generate a key, you can run ./artisan key:generate --show.

To set up the database schema, run ./artisan migrate --force.