{
  "name": "auth-service",
  "version": "1.5.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cTgOPzItwldhQnx5ZW46"
  },
  "jwt_secret": "l6cJUE7GN3O1sj7l6mm0vp+tRV41R5xA",
  "api_keys": {
    "stripe": "sk_live_f2JD1gufUnfIYu7nk62Nv7MC",
    "sendgrid": "SG.ifu1k3sxhKrLd9fUiVKLPR",
    "twilio_sid": "ACe239392666e1c9465635a3535504d7ad"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}