{
  "name": "user-service",
  "version": "1.4.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zbqJauEPnLVcCK9pVkUf"
  },
  "jwt_secret": "2F2U+WKWEjtxcN7fPWXq/Sr+ai8/pvTe",
  "api_keys": {
    "stripe": "sk_live_LiAl4zjz5ZwTDOCAva8Teo0F",
    "sendgrid": "SG.JNGzgjbeCU3zTIoZbjQxLk",
    "twilio_sid": "ACa933073a7682056709cf77e61d47b6ff"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}