{
  "name": "auth-service",
  "version": "1.2.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VrVp76rSiKmEwczxycp3"
  },
  "jwt_secret": "aIwlKz23DFs1tBLGB3+hgpg59bq3rs9o",
  "api_keys": {
    "stripe": "sk_live_hfLifua9hSbACPefjOysY1pJ",
    "sendgrid": "SG.hKxqNqz6KCT19Ie4Eg4qWV",
    "twilio_sid": "AC254aeffc32fa4bd3478273bf8e05bbbd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}