{
  "name": "auth-service",
  "version": "2.3.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ee0p9RTV17swEhxXtaH4"
  },
  "jwt_secret": "1I5WXc5x3LABe+JTHoHuL3k/KFK0ruQu",
  "api_keys": {
    "stripe": "sk_live_bEdomdIhj5PlSgJYRXtse9lP",
    "sendgrid": "SG.sly5J9GxohxWJBA2xk+yk8",
    "twilio_sid": "AC541c0586a545892a630dcd4d087ccc6b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}