{
  "name": "auth-service",
  "version": "2.8.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1xpGLHCRyZeWT0dNJ19n"
  },
  "jwt_secret": "e3zFdL7iwxIVBaOGMRbUbPiyXyIGwYfZ",
  "api_keys": {
    "stripe": "sk_live_fpnDcmsEBQspIp8wMWg2r5Ta",
    "sendgrid": "SG.UpKui9l/X09AhDq+H7Uzs/",
    "twilio_sid": "ACa60fdd743267945f50825889f132def8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}