{
  "name": "payment-service",
  "version": "3.1.20",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RML2vx4AdlM8xgs59yL5"
  },
  "jwt_secret": "jQUQZo/iD5MPViS+sOeBkF9La542Q1Ky",
  "api_keys": {
    "stripe": "sk_live_ssCgjrBUdxio4m0f73fxgo2d",
    "sendgrid": "SG.tzZkmal/foTjgnhAdWqScI",
    "twilio_sid": "AC27159199e6bf8ef07bc1983cc29e07c0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}