{
  "name": "auth-service",
  "version": "3.9.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EYwtTrLyx0VlEMMAr3uk"
  },
  "jwt_secret": "WUAagXiT7YYCjUP4l+h/WxOG+w1KO0do",
  "api_keys": {
    "stripe": "sk_live_i64SgMOPDWwlg0qS1hYNTPr3",
    "sendgrid": "SG.hceBg8yyyf599vgAOk1od6",
    "twilio_sid": "AC7b1d4c288adfc344ac49ac33127472bc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}