{
  "name": "auth-service",
  "version": "3.1.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "N2pejDj954kAQ97DYtCo"
  },
  "jwt_secret": "w007yKRYP5Qk2fbVmWkMWBft/kYDC/LG",
  "api_keys": {
    "stripe": "sk_live_cRo2250LacRT2z4pwWEwEwGk",
    "sendgrid": "SG.RG0qxLUfn9V1affCB1d0j/",
    "twilio_sid": "AC36f8fc137212ad1c754fb9c6f285f41d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}