{
  "name": "payment-service",
  "version": "2.9.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kMQlLnaZ8T4FxOkzIWyZ"
  },
  "jwt_secret": "1KMtheA71gglsXvifYibE9luAaOLSsKy",
  "api_keys": {
    "stripe": "sk_live_aJdcapkMG0YcPvBdZ0vKip0R",
    "sendgrid": "SG.LRIjhN2T+QFdzKVicysdY+",
    "twilio_sid": "AC13132c874f2a26227b77cf784b9871d2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}