{
  "name": "user-service",
  "version": "3.2.1",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "ehniYuOpyeG0qlQS36Jg"
  },
  "jwt_secret": "zhKXj9jsnKqwiq7l0/YHzGSCLarfW8SW",
  "api_keys": {
    "stripe": "sk_live_6grLC0uaguHMDvvAm3SJe1NV",
    "sendgrid": "SG.JF3dC6CSgImIp47Uey6FD5",
    "twilio_sid": "AC2285cbb9268bbe2020d91d69bb7c6fb0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}