{
  "name": "auth-service",
  "version": "1.3.16",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SIrwsKIzpmuoMIy2jBCo"
  },
  "jwt_secret": "xFGTt+OJhD/y02izbu/PLfRQVimdFzRE",
  "api_keys": {
    "stripe": "sk_live_boOdjAPDKZWrUGf1DmUq0TP6",
    "sendgrid": "SG.JUDZokniX+8u81vtntVNrQ",
    "twilio_sid": "AC274af968d431b9f77044aa581cd492df"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}