Entropy/Repository daemon example:

- add google developer key support


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2489 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-10-07 10:51:33 +00:00
parent c5e564c838
commit 2977ea5d14
+1
View File
@@ -31,6 +31,7 @@ ugc_connection_data = {
'dbname': 'entropy',
'google_email': 'your@gmail.com', # valid google account
'google_password': 'yourgmailpassword', # valid google e-mail
'google_developer_key': 'xxxxx', # valid google developer key
}
ugc_store_path = "/path/to/your/ugc/store"
ugc_store_url = "http://www.yoursite.com"