OLD | NEW |
---|---|
(Empty) | |
1 # Configuration file for Chrome Endure tests. | |
dennis_jeffrey
2012/08/09 17:29:04
eventually it would be nice to extend the use of t
fdeng1
2012/08/11 00:11:27
I tried to make the config file also effective for
| |
2 # This file is used to specify google account credential and | |
3 # customized google account, gmail, docs, plus urls if you don't want to use | |
4 # the public urls of these services. It is formated as a python dictionary. | |
5 # | |
6 # If you are external to Google, you must use this file. | |
7 # If you are internal to Google, you can skip this file and tests | |
8 # will try to use internal credential file. | |
9 # Example: | |
10 #{ | |
11 # "username": "my_username", | |
12 # "password": "my_password", | |
13 # "google_account_url": "https://my-google-account-server", | |
dennis_jeffrey
2012/08/09 17:29:04
when might the user need to customize this URL? I
fdeng1
2012/08/11 00:11:27
I remember Loreena said they have a different gmai
| |
14 # "gmail_url": "https://my-gmail-server", | |
15 # "plus_url": "http://my-plus-server", | |
16 # "docs_url": "http://my-docs-server", | |
17 #} | |
18 # If the url for a google service is not specified, the public one | |
19 # will be used. | |
OLD | NEW |