{
  "name": "auth-service",
  "version": "3.5.3",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "sb4qlo7YtoVYkC7cwo4j"
  },
  "jwt_secret": "btAzWUICjZS2cAjhDI+aAbLWHdm/4VIp",
  "api_keys": {
    "stripe": "sk_live_1LVddEQSQ5DdTkSx3gxUFqZa",
    "sendgrid": "SG.7XJr/B9igyx9xQeMUGM81d",
    "twilio_sid": "ACb0d9f0cf90a37db44a91ceca81fefdda"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}