{
  "name": "auth-service",
  "version": "1.8.15",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aYEz04edcBaTUEQznHGR"
  },
  "jwt_secret": "mJ7RR87Gs4d69qW2UE5tsDgyn+MGoK/M",
  "api_keys": {
    "stripe": "sk_live_n2dcvALQGy77AQFklfQ0INUK",
    "sendgrid": "SG.dvIjoI0ZfId+624yv/1tTG",
    "twilio_sid": "ACc4e241e48573dfd63b3a351608b283f0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}