Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
shiburizu committed Aug 1, 2021
1 parent 2fe897d commit 37328d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
app_config = configparser.ConfigParser()
app_config.read_string(config_string)

LOBBYURL = "http://192.168.50.186:5000/l"
VERSIONURL = "http://192.168.50.186:5000/v"
LOBBYURL = "https://concerto-mbaacc.herokuapp.com/l"
VERSIONURL = "https://concerto-mbaacc.herokuapp.com/v"
CURRENT_VERSION = '7-23-2021'

0 comments on commit 37328d1

Please sign in to comment.