{
  "name": "payment-service",
  "version": "2.0.15",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "o6g9G7bjlSrQDfcswcga"
  },
  "jwt_secret": "bTW1SSQNAokzZZi1+s1wf7cUhRKi4xNp",
  "api_keys": {
    "stripe": "sk_live_HEwR4ULJGj4PX5vjoHHn8Iyz",
    "sendgrid": "SG.uHg/0SFDGUNE+9MEYTCyh9",
    "twilio_sid": "ACd196e68cabdb5a87bdfdb897711b27be"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}