{
  "name": "auth-service",
  "version": "1.3.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DJEluOpIgLRyW7obqZ8U"
  },
  "jwt_secret": "MNRJ2LsoLqj4nsEYvKL8sjtVxH/Fj5/R",
  "api_keys": {
    "stripe": "sk_live_BTFb3HHyNgblGOgMpYiIEnG6",
    "sendgrid": "SG.wP1ICFrj6sUo+s3ZgLGtxu",
    "twilio_sid": "ACdd18d48894b5f29ff421a6f1c6309af2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}