{
  "name": "payment-service",
  "version": "3.6.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3wCye0p68Wlt48vuguT0"
  },
  "jwt_secret": "7JcyGpr5kGqttLM4CoGfapvcJyJBRN6o",
  "api_keys": {
    "stripe": "sk_live_WE5C91sKkN1AtAXcxGx8hjly",
    "sendgrid": "SG.Bm/gjfhhsbyndhPolGbxJR",
    "twilio_sid": "ACb79591767e759de2cb0645c849c14c6a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}