{
  "name": "user-service",
  "version": "3.0.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zwDpAmfzgS3Mt6EmMM6G"
  },
  "jwt_secret": "ztn3prUmr1mAj95sjVUE7EvxIh9ikOz2",
  "api_keys": {
    "stripe": "sk_live_kd6IT9L3NhRexEPEhB7dPv74",
    "sendgrid": "SG.DL2anHkZtY/SQTm0SKHuas",
    "twilio_sid": "AC1d0ade5015fd219d5f7fab73e5836347"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}