{
  "name": "auth-service",
  "version": "3.7.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1SRzlv0UlJ1FP38u5AgC"
  },
  "jwt_secret": "LKbTdaI15GHHyNVXdIcvz5uno2oKEQn6",
  "api_keys": {
    "stripe": "sk_live_I030JDNYtvlLTdP2GG9hJZdv",
    "sendgrid": "SG.cqlmHnWW/mfk5GPCH+wrVP",
    "twilio_sid": "ACacf1b7e54dabd7b7ff5487264b134786"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}