{
  "name": "payment-service",
  "version": "1.6.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xqzxHs5cD5T4GJVxJ0RL"
  },
  "jwt_secret": "tJEeYKa46WxwXwan4GG5+nFqMhUjYIBE",
  "api_keys": {
    "stripe": "sk_live_ODiSC5FEZ5DbONT4OzeQfxKZ",
    "sendgrid": "SG.7eiqYvKY82wg8B1DWIUh93",
    "twilio_sid": "AC14f55b075af2c673cae535fbc31c285b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}