{
  "name": "auth-service",
  "version": "2.6.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KrYaoIGRI9PB2C36GgNc"
  },
  "jwt_secret": "84FD0gyeM7cGVZU3sYDtlw63Aih1B4La",
  "api_keys": {
    "stripe": "sk_live_bY7Pg9gy66I2ONbVFRIDykEz",
    "sendgrid": "SG.LBzgcAQOTroKBSgzk0Mxgw",
    "twilio_sid": "AC07ee1be62feb58dc9fd1816e0edceab7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}