{
  "name": "auth-service",
  "version": "3.3.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "67OVb5XaV6MsrNWaC852"
  },
  "jwt_secret": "9hOV+4AE1IT223yvd7DPduE5MCPL0rT4",
  "api_keys": {
    "stripe": "sk_live_2bxp5uAakiI7CORcI9bzgCKY",
    "sendgrid": "SG.Eb/I+zFeFGnN0/sMuITyyl",
    "twilio_sid": "AC1148a5a432c70392d46c1deb1db2d137"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}