{
  "name": "user-service",
  "version": "1.9.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YNCiTN7NDsB1p5hH8u6h"
  },
  "jwt_secret": "wOtL8ySddXeW7Lca9upL4qIoaAwvDqQm",
  "api_keys": {
    "stripe": "sk_live_S2Nv5gDX9TdKCQ5P9rHhU6IB",
    "sendgrid": "SG.5E/4IsH6QYLtxFeEBl84nS",
    "twilio_sid": "AC9984fadc626469a68741917c7d670dc1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}