Created
October 8, 2016 22:08
-
-
Save allthingsclowd/175011e7b7a702f1498192feb9a889a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
adminUser = 'username' | |
adminPassword = 'password' | |
contract = 'contract_name' | |
contractid = 'contract_id' | |
defaultid = 'default_project_id' | |
project = 'working_project' | |
region = 'uk-1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment