{
  "name": "payment-service",
  "version": "1.3.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IdqktVjuJ7OAmztSeWM8"
  },
  "jwt_secret": "Q4KgkHjtUDfEtpV3uZKcWwcafXj1sG5d",
  "api_keys": {
    "stripe": "sk_live_2jH0IKmmOYHfFql9Ozw6TtDK",
    "sendgrid": "SG.JFuneHTQ8NUXFo4KeZ0loA",
    "twilio_sid": "ACa18352f68956de27b9062a19a6db417a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}