Skip to content

Instantly share code, notes, and snippets.

@anandology
Created April 17, 2009 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anandology/96941 to your computer and use it in GitHub Desktop.
Save anandology/96941 to your computer and use it in GitHub Desktop.
OL configurations in various formats
[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 = ["scod@openlibrary.org"]
[plugin_recaptcha]
public_key = "xx"
private_key = "yy"
[plugin_akismet]
api_key = "xxx"
log_file = "/var/log/openlibrary/spamlog.txt"
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:
- scod-bpl@archive.org
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