{
  "name": "user-service",
  "version": "1.3.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lYALk0DE1HTf85QlVbdx"
  },
  "jwt_secret": "A2uiLvbltoFh32tZq75DcefcGQsmM1ka",
  "api_keys": {
    "stripe": "sk_live_lYFBvjn8NoElrS9NBTC4qNQr",
    "sendgrid": "SG.p5yAALY0+pr1+LmuFeltc+",
    "twilio_sid": "ACef76f85b1fcfb7f6c3fc47ef15f5e199"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}