{
  "name": "auth-service",
  "version": "1.0.27",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EL9YhY4lLaq5QyQ0LOU2"
  },
  "jwt_secret": "dUw2rugrKlGZ/IjU9stl7q+tD4++fhAf",
  "api_keys": {
    "stripe": "sk_live_Y3jcQORfWRTnVs9R2Kt7cEkI",
    "sendgrid": "SG.15Xr3pyXHQ4f30pPlRMHWO",
    "twilio_sid": "AC0a5865978b2dfc228d9b5c2577275038"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}