{
  "name": "auth-service",
  "version": "3.6.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "A3It9x1Faf3i0A46CGW1"
  },
  "jwt_secret": "xAQqZpHs95cfBS+62QQxonPWO9Fv/Mfd",
  "api_keys": {
    "stripe": "sk_live_yglaYKXx3GVaDqDfCjbKqtgw",
    "sendgrid": "SG.e4QADMbfUirtEznHnc4CuI",
    "twilio_sid": "ACeb2a3172ff711d7a3208206bf77890cc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}