{
  "name": "user-service",
  "version": "2.0.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "b45YQZQ6uJS7LktIMpmh"
  },
  "jwt_secret": "maL4R3TlJWep7/A9rLWXz+LelQfRTg9p",
  "api_keys": {
    "stripe": "sk_live_GCIbCwznTwj9P0urTKoVAAGp",
    "sendgrid": "SG.GG1+qC36zm7SZvvAl+6jQ5",
    "twilio_sid": "AC6feb183e680fa6a14615e314c01caa33"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}