{
  "name": "auth-service",
  "version": "1.5.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jWMx1g9J6Nj6431e2ZAo"
  },
  "jwt_secret": "qLOlhNjVPZrD/y5d61yAWObBI0YajVbs",
  "api_keys": {
    "stripe": "sk_live_s5M6zoLeFGAdy796LpAHViYE",
    "sendgrid": "SG.MXQ/eSEYyTKRFnMxrTWORD",
    "twilio_sid": "AC798a3a1a7917968ae5fb6d9d972dc01e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}