{
  "name": "payment-service",
  "version": "1.4.21",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bUqPR1uebR3zf97KGwFa"
  },
  "jwt_secret": "mpR7LJxNykfOvN894EbYybUZT45ZmjUZ",
  "api_keys": {
    "stripe": "sk_live_EYRQaYQRQ1fk2pWVn8c4YZ9q",
    "sendgrid": "SG.z8+bOg6Bc/fsY6LztxQWL6",
    "twilio_sid": "AC6d0414b2106d7e8b49d33cdc183b5d7b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}