{
  "name": "auth-service",
  "version": "1.7.5",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "hXlhoESc8KG85aRzwyjx"
  },
  "jwt_secret": "hf5MR8ZSutBto60f4uT7lkuFrbcgmAI0",
  "api_keys": {
    "stripe": "sk_live_Th6jWN2fyk4Vkj9E9bpzdgHY",
    "sendgrid": "SG.X/eHGfjL+LxADagW2nQMa2",
    "twilio_sid": "ACe0fcd9b66e47ab483a7aff5637826567"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}