Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 528 Bytes

Period tracker - Kubernetes configuration

This repo is PUBLIC and is intended to be a template from which you can create your own private repo.

Search these yaml files for the following, and replace them with your actual values:

  • api.example.com
  • cms.example.com
  • registry.digitalocean.com/example-registry
  • application_secret_example
  • database_host_ip_address
  • database_name
  • database_schema

To create a random string for the APPLICATION_SECRET, use this command

openssl rand -base64 32