{
  "name": "payment-service",
  "version": "2.0.27",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vcWWjekAhoht5Mhv3GuV"
  },
  "jwt_secret": "GGs9nN7ZKD/PzMgX/gwx1Fkbd22ZIWiO",
  "api_keys": {
    "stripe": "sk_live_I4ILSnBB5jbvzZ0nGdAiefm4",
    "sendgrid": "SG.cXSsN8+1LdHJif3ODOA5AY",
    "twilio_sid": "AC79fb4dc3a71a242933147dd3df52319f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}