{
  "name": "auth-service",
  "version": "2.8.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EnB0O5BUgDaFGQl8txDA"
  },
  "jwt_secret": "Mr/c0t8PXxpGX/Y+oQYLx+xKL8kgBKm2",
  "api_keys": {
    "stripe": "sk_live_Zqy1FmMHSO1UPP0DtENtWvmX",
    "sendgrid": "SG.XwiCCdsjg279//O7LTfiHi",
    "twilio_sid": "AC11eaf76f6be9e94ad9047c86f9453ddb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}