{
  "name": "auth-service",
  "version": "3.3.17",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Y95RgAI0RLH1JkP9k4ix"
  },
  "jwt_secret": "wDDpc+pIzE+B5Yc0Bh0Dz4a9qcoZN27f",
  "api_keys": {
    "stripe": "sk_live_2DwpQFoHse4PWEhuiUscCzkg",
    "sendgrid": "SG.U+CVyu07LQB5OUc869yjEk",
    "twilio_sid": "ACc181159837b4854cf5a736f4b87bc6ef"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}