{
  "name": "auth-service",
  "version": "1.1.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NXxcpmBqwPMTT19ZHGi7"
  },
  "jwt_secret": "o9ni65PwwY6uV4KlfMniJnwVXOY91TwL",
  "api_keys": {
    "stripe": "sk_live_OzdZD5ogLgdmPOeWZ1rLSFjH",
    "sendgrid": "SG.+UcrCrqAmLIvihJ4bpvMvr",
    "twilio_sid": "AC33a7a180a662b6bf02c7376da31fcf80"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}