{
  "name": "auth-service",
  "version": "1.6.19",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CEvHafEqN8ixJePNEhOY"
  },
  "jwt_secret": "DGOZbdqd4NeHHbCGhS9Fp5tfYORPN6w4",
  "api_keys": {
    "stripe": "sk_live_cURwINMlEtgkc4PI5XDtoiog",
    "sendgrid": "SG.FBS6vl8DnZd9TuM2MTMkUl",
    "twilio_sid": "AC6bbffa0ff7235ee1fd06661b02eb0032"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}