Navigation Menu

Skip to content

Commit

Permalink
Set the base configuration values
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Sylvester committed Sep 15, 2016
1 parent fa19ce0 commit c92ddca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app_engine/constants.py
Expand Up @@ -21,9 +21,9 @@
ICE_SERVER_API_KEY = os.environ.get('ICE_SERVER_API_KEY')

XIRSYS_ICE_ENDPOINT = "https://service.xirsys.com/ice"
XIRSYS_IDENT = "async"
XIRSYS_SECRET = "secret"
XIRSYS_DOMAIN = "richie.com"
XIRSYS_IDENT = "your_ident"
XIRSYS_SECRET = "your_secret"
XIRSYS_DOMAIN = "your_domain.com"
XIRSYS_APPLICATION = "default"
XIRSYS_ROOM = "default"

Expand Down

0 comments on commit c92ddca

Please sign in to comment.