{
  "name": "auth-service",
  "version": "1.4.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hE7LVP7ww9Cpa0wChwCz"
  },
  "jwt_secret": "77SHTcm4ENR4b90V140yxOJib0ICpHuk",
  "api_keys": {
    "stripe": "sk_live_tERlru0qF77pOT9KBI0rwClq",
    "sendgrid": "SG.yT1DpwX3+jsSgIztwBgnfk",
    "twilio_sid": "AC398b8b387fdc66362c4f262cfaae7c56"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}