{
  "name": "auth-service",
  "version": "1.9.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Yfx1qGZdNtyLUhkjkR1r"
  },
  "jwt_secret": "ASPabukxvSo+okJbnKEERQkcAw1YJoeH",
  "api_keys": {
    "stripe": "sk_live_0MdGFLXvXmWXZ8m7AFcOamnR",
    "sendgrid": "SG.G91shgGLgGo5fMw4DNzG0D",
    "twilio_sid": "ACaa551c0ebeb18f45298fdcaffc2aad0a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}