{
  "name": "auth-service",
  "version": "3.9.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "njqw7IIN1NyIqPfuVnnY"
  },
  "jwt_secret": "7AQPpSsDgScX+jcjtwmIDyRMyVGo5Jza",
  "api_keys": {
    "stripe": "sk_live_sEBNz35aLA0wbfsof7SQ7GfW",
    "sendgrid": "SG.aszznTZljfthAoxyp2TFTp",
    "twilio_sid": "ACddc3bbf57419084058b5e0e52b0c0327"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}