{
  "name": "user-service",
  "version": "1.0.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RsMFnOYl4FJZtMkqoMId"
  },
  "jwt_secret": "J4EmTZfvuooji99ORh20A+FjGNTR5LdM",
  "api_keys": {
    "stripe": "sk_live_f2eX2gE9JyE42493UNBIs5pP",
    "sendgrid": "SG.fgrbqp+2jCqr8PPy5pBG39",
    "twilio_sid": "AC5fd36fc1890887658497e39d3caf0bb2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}