{
  "name": "auth-service",
  "version": "3.1.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "E2PESJrxVRRor3V5fwlw"
  },
  "jwt_secret": "YnhADs+YbgN3yvz65hHQAZbYPMx/VhH4",
  "api_keys": {
    "stripe": "sk_live_7eI9KcjRCiHE4tthGegxX16l",
    "sendgrid": "SG.yIcO22cRT10u4Kl7Jv6O0U",
    "twilio_sid": "AC23c4fa88b80060c49e805ee5c4e8fdd8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}