{
  "name": "auth-service",
  "version": "2.7.18",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZER1yEN9f1AJEXFEzHsN"
  },
  "jwt_secret": "AlFFJUrqP//pjkMu/tP8YXXXhbalyxiq",
  "api_keys": {
    "stripe": "sk_live_bzqqYOl19o768teSmeCfeR0j",
    "sendgrid": "SG.fcCllpHBKx/rSkuBpSCDE2",
    "twilio_sid": "AC6a01ad76163537fff6908a2fcee95ed5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}