client-barcode: Update server URL
This commit is contained in:
parent
f1bbfbb20c
commit
35989b3e04
|
@ -23,7 +23,7 @@ DEPOSIT_CASH = 1
|
|||
DEPOSIT_BANK = 2
|
||||
|
||||
|
||||
_BASE_URL = 'http://devcat.someserver.de:13805/api2/'
|
||||
_BASE_URL = 'https://k4ever.freitagsrunde.org:443/api2/'
|
||||
|
||||
_auth = base64.encodestring('%s:%s' % (os.environ['BARCODE_PLUGIN_USER'], os.environ['BARCODE_PLUGIN_PASS'])).rstrip()
|
||||
_headers = {'Authorization':'Basic %s' % _auth}
|
||||
|
|
Loading…
Reference in New Issue