Skip to content

Deployment

Qingyu Deng edited this page Dec 29, 2019 · 3 revisions

The project will be run on a Kubernetes cluster on Digital Ocean. In order to isolate test environment and production environment, we have two identical set of infrastructure on the cluster.

Test Environment

mongodb: mongo://mongo-test:27107

Setup Environment Variable for Production Environment

  • FLASK_KEY: secret used by FLASK to encrypt session data.
  • JWT_KEY: secret used to sign JWT
Clone this wiki locally