{
  "name": "payment-service",
  "version": "2.2.4",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "GfG0iQjOxkTJWm0DL0Ar"
  },
  "jwt_secret": "Oya4aUh0cdJu5Ihco8P6S7gLK0+msZ6F",
  "api_keys": {
    "stripe": "sk_live_otqwDP5GDWJiGfbmwqBhkVh0",
    "sendgrid": "SG.esrMnec0XGbWtFUNZY6vug",
    "twilio_sid": "AC8015bae1054a6a2eaf3ba8ff5702fbcf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}