{
  "name": "auth-service",
  "version": "1.1.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ixOq6hZkkVg6ofrpLjur"
  },
  "jwt_secret": "T8HqWAvivh5fPYlGacufXs4gYcPRYwwu",
  "api_keys": {
    "stripe": "sk_live_d7v7i4TlIPjfy0b6zcGiYmRT",
    "sendgrid": "SG.8rDjOWUxohMrv5IQcGxhyJ",
    "twilio_sid": "ACa44946b666920cf8e315e41846794510"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}