Skip to content

Latest commit

 

History

History

demo-golang

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Prerequisite

Before connecting to FeatBit with server side SDK, you should boot up the services with docker

Environment Variables

  • FEATBIT_SAMPLE_ENV_SECRET : this variable is mandatory. You should set your env secret to the demo app.
  • FEATBIT_SAMPLE_EVENT_URL: remote url for insight event. The default value is http://localhost:5100.
  • FEATBIT_SAMPLE_STREAMING_URL: remote url for data sync streaming The default value is ws://localhost:5100.
  • FEATBIT_SAMPLE_USER:the key for default end user, its value is test-user-1.