{
  "name": "auth-service",
  "version": "3.6.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rEgEBNR0yLQDLHe2g4WX"
  },
  "jwt_secret": "EqeHLX4PyhCivUAWsQB0+Ms9h5sS9osm",
  "api_keys": {
    "stripe": "sk_live_4GGuSTHksjeRAdZrcr6Dmuj4",
    "sendgrid": "SG.GybtLd01NkZcQx3bSBNFGh",
    "twilio_sid": "ACfe05a7adadf6c0400de6d083728d5832"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}