{
  "name": "auth-service",
  "version": "1.0.15",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hvUbjGn0eHfm2tc37xEU"
  },
  "jwt_secret": "bM9Mf6k00FodgMgIOJXAIz+zc6YGhwrR",
  "api_keys": {
    "stripe": "sk_live_7dJozlCyd3UMIf2HIj9FXB3D",
    "sendgrid": "SG.SfgJVae2eoQ0gntxUiHVBR",
    "twilio_sid": "AC8d437e9a3ee883fc4a0bc687b6dfdca5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}