{
  "name": "auth-service",
  "version": "2.3.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nl6oJWjblqKwepzjtXKJ"
  },
  "jwt_secret": "a/Ke4faQIZlLX1N2iddCeqHOvAA/keDE",
  "api_keys": {
    "stripe": "sk_live_HllsIYlWhyIDzqP2psJFeUWp",
    "sendgrid": "SG.ib1qWGcVwu1zPeoqMthade",
    "twilio_sid": "ACcdde83c1ea53329c77efcc8755fa893c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}