{
  "name": "user-service",
  "version": "2.5.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "744hzpKhCsMWOAShvWLE"
  },
  "jwt_secret": "9S2NYRVDtBNWU49ksw6yqm3hKRfGEsZt",
  "api_keys": {
    "stripe": "sk_live_AD6hE5XkBrVxN1hQYi2q86o1",
    "sendgrid": "SG.5G5RcjYa+Zhvj5DTL+2Bz4",
    "twilio_sid": "ACd4f15766c4fd601f904c8445a421aab6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}