{
  "name": "user-service",
  "version": "1.1.11",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ek4FSC0Ayhq23zOqLnJY"
  },
  "jwt_secret": "F0XwOIBhreCY/lguKlgvXxjegVZNEpL7",
  "api_keys": {
    "stripe": "sk_live_TuJtvC9sIi9wouvdxp2joUVw",
    "sendgrid": "SG.Iv5eeIAO+/6Owc/9oDuBj/",
    "twilio_sid": "AC19a9304781c7513f4e04c0198946a872"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}