{
  "name": "auth-service",
  "version": "2.7.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0u1SveqygPgvwsJbSLoo"
  },
  "jwt_secret": "dptbfgrRV6wxtCvZptar5QlTqbvLYvKY",
  "api_keys": {
    "stripe": "sk_live_ZWDpy2Tdbkxp8LekN4fP0fuP",
    "sendgrid": "SG.GO29u2I1oiH5fsmJn0CkQ+",
    "twilio_sid": "ACe49a28f916cdbc2ac44016c0586825d3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}