{
  "name": "user-service",
  "version": "1.1.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BJH6P9e8i8yeJYUlOatz"
  },
  "jwt_secret": "thM4U5xmQB6Xxg+MvIn2PxnRUb0M2MUc",
  "api_keys": {
    "stripe": "sk_live_3pzOhuDEO4Zfl44Nr3j8n4EH",
    "sendgrid": "SG.9SozpMW+tUVsZcSeKi+04K",
    "twilio_sid": "AC817c7c2180cede97fa6cbcfdfcb710ef"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}