{
  "name": "auth-service",
  "version": "3.3.6",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MxUApWJbqJayV88Gggkl"
  },
  "jwt_secret": "/qUx1xv3PHR14cP4akt+NJpGIxWIhyfN",
  "api_keys": {
    "stripe": "sk_live_BlhqiHvbVoIFoOJBg80ubQjV",
    "sendgrid": "SG.TBtQQ68wNbEXJDzWnFRLjB",
    "twilio_sid": "AC5e7a52f3db449af57b199befb5c32dc7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}