{
  "name": "user-service",
  "version": "1.9.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3NE4GR0YqoUxJJafBlXt"
  },
  "jwt_secret": "EBBAyuCGe+b3aJhYQGoPn/V9BL0EzBcd",
  "api_keys": {
    "stripe": "sk_live_ogXQeHZwhrahJPlaHH68zLOX",
    "sendgrid": "SG.oYs4zY6t30Ql74QJ77Jxb+",
    "twilio_sid": "AC043c1d42a0c181794182d0517dd9c86a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}