{
  "name": "user-service",
  "version": "2.1.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mkIp7gukZcygkuKehTLa"
  },
  "jwt_secret": "1hhbVVSpff0d3W7OjMqsotJoXHgi8inA",
  "api_keys": {
    "stripe": "sk_live_v0K784V6rYhuL50ufLwJbLQn",
    "sendgrid": "SG.aXUQ9bO6NI6yka3pG82oTW",
    "twilio_sid": "AC6f7e1b3dd53464436fea3f3eb7f6caa1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}