{
  "name": "auth-service",
  "version": "3.7.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BP8NKOuSxzHrLa4bkxsQ"
  },
  "jwt_secret": "Y4T00sbhImLk6ykB38Xa6rauzUB23Oot",
  "api_keys": {
    "stripe": "sk_live_GEZC1sXSuD00ro6XSkeE2Qod",
    "sendgrid": "SG.AbzS0snCpMXHgLyGnLi++e",
    "twilio_sid": "AC6e5ea9e851542547b4b5b5308ad33d6f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}