{
  "name": "auth-service",
  "version": "2.8.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OgFWWkpSbeWC6uLdgWB0"
  },
  "jwt_secret": "40RM4P51k8XQ7+aiAZn7aflk4xBPSKWK",
  "api_keys": {
    "stripe": "sk_live_BpkHU9RRGkB4XW6iOPzueE1G",
    "sendgrid": "SG.o/ARVtYGrJt481RHJzAZWP",
    "twilio_sid": "ACde2e4204e1fce7198283e092acd5b3d5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}