{
  "name": "payment-service",
  "version": "1.2.5",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "Riw2sCIrrbvqwwuyXGRr"
  },
  "jwt_secret": "AVgIyxQFTjEWjSjJut0mJtfFTfAWeRLy",
  "api_keys": {
    "stripe": "sk_live_IQjPgv4ayKF4hTfhmtcJhYCM",
    "sendgrid": "SG.fhjFJALypL4ztg/9YspwOr",
    "twilio_sid": "AC2ef30d464068a15185e918306f2ed38c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}