{
  "name": "payment-service",
  "version": "1.1.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zBDQV8uo93MVZeDL411L"
  },
  "jwt_secret": "juxJTcSHl5NfLlUOu/aYv6XfM1hd0JoM",
  "api_keys": {
    "stripe": "sk_live_68aOn9vNoAGKwLi5Nh0VGsBy",
    "sendgrid": "SG.7Ac6iipLgm0/EzDBIVLNXU",
    "twilio_sid": "AC1c26ef561e74573c22aee01445d46099"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}