{
  "name": "auth-service",
  "version": "1.5.4",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hrqLwuZ4x34zZau2nyU3"
  },
  "jwt_secret": "4sAQhPQ2fwnff39sAxUCy/5SPk+PE2QU",
  "api_keys": {
    "stripe": "sk_live_ODv0FGmkjzL53ypeDq4ETrkg",
    "sendgrid": "SG.UuuIPOLKTB6XwaCsBtGoxA",
    "twilio_sid": "AC2a5ce0d2c6957b50b565ec870de3a7a8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}