{
  "name": "auth-service",
  "version": "3.1.2",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZF6G6EhEHL0PLBnEWLDV"
  },
  "jwt_secret": "XziAofRS23kPv2ysw9zE38U1T2MFdvAY",
  "api_keys": {
    "stripe": "sk_live_QLtUVTsRtijmdNa0FOceFrmI",
    "sendgrid": "SG.oiKdoEsR7+aGZK/JjVGVRY",
    "twilio_sid": "AC28c8a374cb276707d76ceba888b56536"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}