{
  "name": "auth-service",
  "version": "3.1.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UL1UlsGrgkxW3PTyXGHO"
  },
  "jwt_secret": "qDnSEIRb83WV2lish2SXIXeKdv5fJqA+",
  "api_keys": {
    "stripe": "sk_live_BOgMwvGIT6UKLyxvviBPdXN9",
    "sendgrid": "SG.snMbj5vi1RShjPluICKOWO",
    "twilio_sid": "AC1a2cc13a07440e5ccaca6cfd771a3fa3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}