{
  "name": "auth-service",
  "version": "3.3.26",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UKh5VdJNP7K0miep3zKc"
  },
  "jwt_secret": "8chfMg4TUS5DwNS1BYkmeS6VNIY+7sLb",
  "api_keys": {
    "stripe": "sk_live_MiAUcldZsQfFMcKLDDVa9k7m",
    "sendgrid": "SG.J6yjikKn9M4zIQFcaqYfTl",
    "twilio_sid": "ACbe795a4c42ed0e43f335a71b22fb9eec"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}