Added web user and password to start_server output

This commit is contained in:
Michael 2014-09-15 21:25:09 -06:00
parent 800d4d91f9
commit a0e2fe551a

View File

@ -231,6 +231,8 @@ def main():
client_data['SSL_CRT_FILE'] = server_crt
client_data['SSL_CRT'] = cert_data
client_data['WEB_USERNAME'] = cloud_config['CLOUD_SERVER']['WEB_USERNAME']
client_data['WEB_PASSWORD'] = cloud_config['CLOUD_SERVER']['WEB_PASSWORD']
print(client_data)