{
  "name": "auth-service",
  "version": "3.9.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bNaQxoK6LWK4ITdRrgza"
  },
  "jwt_secret": "vr88OIvop1UjkCUt3LQcSB3F7qoTSRS8",
  "api_keys": {
    "stripe": "sk_live_RvEbZo90hA5gZxZDHh5nJbdb",
    "sendgrid": "SG.aeFAYHU3NsRO04GwMy/8Xa",
    "twilio_sid": "AC7f9d178fdb9d21f35c93f8e7647ad499"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}