{
  "name": "payment-service",
  "version": "1.1.2",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xGfCuX0rgmbjVweg2zK1"
  },
  "jwt_secret": "ynpPmeR4gmA4bf9r5QkqLqEPk9LSlqyi",
  "api_keys": {
    "stripe": "sk_live_tYToajqU3PmriQqz92OXtXCk",
    "sendgrid": "SG.ttkSilHB15cU1G7mXw+S9J",
    "twilio_sid": "ACdf71e0e0ab9ec0583ce83f91832c8f09"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}