{
  "name": "auth-service",
  "version": "3.2.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6jWnDUgveGcGu15LUH9r"
  },
  "jwt_secret": "IAKd8sjiYNxIIEqcSuoF/aHbmt1xilqd",
  "api_keys": {
    "stripe": "sk_live_CycnGfrf7FN6Hu22T4l8RWlw",
    "sendgrid": "SG.1k8ZnBPyu5Upa4nhDc4wYK",
    "twilio_sid": "ACf27ba2ee422605e05b2868ba15f236f7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}