{
  "name": "payment-service",
  "version": "3.7.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IET9gE4IWfsjlpDeyIKq"
  },
  "jwt_secret": "JNQUaboHJXvoForXg8lTX3o/8Az7u7BI",
  "api_keys": {
    "stripe": "sk_live_DVK5lLwPbQDNn9cHzQtbD53A",
    "sendgrid": "SG.jYtiQBxbziyniQR2dIlcdk",
    "twilio_sid": "AC12eaff0f0c89aac37296760694908a10"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}