{
  "name": "auth-service",
  "version": "3.4.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Lo5tHgZWFZ0qnqXIljoz"
  },
  "jwt_secret": "F6WoxlV9M+BwJ45aXyOrNfT3/GcV0mxh",
  "api_keys": {
    "stripe": "sk_live_aEoFv9oQvzFIK4PPpDh2pLDi",
    "sendgrid": "SG.pIe778/IC99LRbVDz8lC40",
    "twilio_sid": "AC6092f2154784dcb2028b3e865412bd71"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}