{
  "name": "auth-service",
  "version": "1.3.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1VH3PupsZJVouONsmVz2"
  },
  "jwt_secret": "RRvuIYNh9mHzh1C5bEx4en+lXcuzaveg",
  "api_keys": {
    "stripe": "sk_live_eDyjTtR2wb4VWCHkaI7667WI",
    "sendgrid": "SG.bRCK9gA4AhIDqdoLAZzpQ1",
    "twilio_sid": "AC4468fc03ea8f913abffd0009d415bde8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}