{
  "name": "payment-service",
  "version": "2.5.18",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0XViBx7lXYY9GmktlUKe"
  },
  "jwt_secret": "E6kfKSQcfkoJrW9uygcrsqOE0pz14Unh",
  "api_keys": {
    "stripe": "sk_live_aD30NbYyBje0LFpKuICwgbbs",
    "sendgrid": "SG.hjr7PyvWhvgJxAlRLbDKb/",
    "twilio_sid": "AC31bd49b4e722d99465f6a73eeb07420d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}