{
  "name": "user-service",
  "version": "3.8.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Elv7oElubEsuGH6A5iIb"
  },
  "jwt_secret": "RE2sv29dfm7tBVAXmaxevOyjdmhQyfcV",
  "api_keys": {
    "stripe": "sk_live_Pl90AKiTH9yfy743ili5WSO6",
    "sendgrid": "SG.U9T48bZ/P6pa09ogCxysPa",
    "twilio_sid": "ACa1bd451ba3db7985ef48d6fa142fc8fd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}