{
  "name": "auth-service",
  "version": "1.8.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "y3oaf2f4VdOkB4CNADIF"
  },
  "jwt_secret": "QkoQTuCvIzE4mdhS77ExCwgGPzujhj7B",
  "api_keys": {
    "stripe": "sk_live_Zb5NXQwqt5UuPwYbTXyH8Tnz",
    "sendgrid": "SG.w7Yf1jQsiNf1o2PgMhIMgB",
    "twilio_sid": "AC43cb23a149889a982eb40b04ae41fb77"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}