Created
April 17, 2009 09:23
-
-
Save anandology/96941 to your computer and use it in GitHub Desktop.
OL configurations in various formats
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
[infogami] | |
infogami_server = "http://ia331526:7070" | |
smtp_server = "mail.archive.org" | |
secret_key = "xxx" | |
plugins = ["openlibrary", "search", "scod", "recaptcha", "akismet", "i18n"] | |
python_path = ["/0/pharos/code/openlibrary/pharos"] | |
[plugin_search] | |
solr_server_address = "pharosdb-bu.us.archive.org:7983" | |
solr_fulltext_address = "ia301443:7983" | |
solr_fulltext_shards = ["zenodotus:7983", "ia331504:8986", "ia331503:8986", "ia331504:8984", "ia331503:8985"] | |
[plugin_scod] | |
scod_email_recipients = ["[email protected]"] | |
[plugin_recaptcha] | |
public_key = "xx" | |
private_key = "yy" | |
[plugin_akismet] | |
api_key = "xxx" | |
log_file = "/var/log/openlibrary/spamlog.txt" | |
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
infobase_server: http://ia331526:7070 | |
smtp_server: mail.archive.org | |
secret_key: xxx | |
python_path: | |
- /0/pharos/code/openlibrary | |
plugins: | |
- openlibrary | |
- search | |
- scod | |
- recaptcha | |
- akismet | |
- i18n | |
plugin_search: | |
solr_server_address: pharosdb-bu.us.archive.org:7983 | |
solr_fulltext_address: ia301443:7983 | |
solr_fulltext_shards: | |
- "zenodotus:7983" | |
- "ia331504:8986" | |
- "ia331503:8986" | |
- "ia331504:8984" | |
- "ia331503:8985" | |
plugin_scod: | |
scod_email_recipients: | |
- [email protected] | |
plugin_recaptcha: | |
public_key: xx | |
private_key: yy | |
plugin_akismet: | |
api_key: xxx | |
log_file: /var/log/openlibrary/spamlog.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment