{
  "name": "user-service",
  "version": "3.7.15",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UB1hdkW8TGciipJlSeAh"
  },
  "jwt_secret": "ncjcTzb2de0q3yvVFo6/l08CCUtA+yFu",
  "api_keys": {
    "stripe": "sk_live_n9wdZ04EGPplmXsh7tmiHs5q",
    "sendgrid": "SG.MN7voigG0apr31WSJDuUGk",
    "twilio_sid": "AC546bf6448eb977fc386059468c016434"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}