Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

envato-archive/hello_iodized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Iodized

Sample application that uses Iodized2 as a source of feature flags.

Usage

Several environment variables are supported. They all have default values which make running this server in development easier. They will all need to be specified in a production environment.

  • IODIZED_URL
    • the websocket URL
    • defaults to ws://localhost:4000/features_socket/websocket
  • IODIZED_KEY
    • the key registered in Iodized
    • defaults to key
  • IODIZED_SECRET
    • the secret associated with the key
    • defaults to secret
# optionally, set up ENV vars:
> IODIZED_URL=<websocket URL>
> IODIZED_KEY=<client key>
> IODIZED_SECRET=<client secret>
# run the server:
> bundle exec rackup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published