Created
January 10, 2016 15:08
-
-
Save antitoxic/1b3fabfb6eddb302dfbd to your computer and use it in GitHub Desktop.
opendata.obshtestvo.bg ckan-install config file
This file contains hidden or 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/env bash | |
CKAN_CONFIG_FILENAME="production.ini" | |
CKAN_CONFIG_DIR=/etc/ckan/default | |
VIRTUALENV_DIR=/usr/lib/ckan/default | |
UPLOADS_DIR=/var/lib/ckan/default | |
OWNER_USER=www-data | |
OWNER_GROUP=www-data | |
MAX_RESOURCE_SIZE_IN_MEGABYTES=200 | |
CKAN_INSTANCE_NAME=opendatabulgaria # only latin lowercase + underscores allowed | |
CKAN_DOMAIN=opendata.obshtestvo.bg | |
CKAN_URL=http://opendata.obshtestvo.bg | |
CKAN_TITLE="OD Bulgaria- Staging" | |
LOCALE=bg | |
LOCALES_ORDER="bg en pt_BR ja it cs_CZ ca es fr el sv sr sr@latin no sk fi ru de pl nl ko_KR hu sa sl lv" | |
FAVICON_RELATIVE_URL=/images/icons/ckan.ico | |
CKAN_REPO_TAG=https://github.com/governmentbg/ckan.git@master | |
CKAN_THEME_NAME=bulgarian_theme | |
CKAN_THEME_REPO_TAG=https://github.com/governmentbg/ckan-bulgarian-theme.git@master | |
POSTGRES_NEW_USER=ckan_default | |
POSTGRES_NEW_READONLY_USER=datastore_default | |
POSTGRES_PASS=samplepassword | |
POSTGRES_DBNAME=ckan_default | |
POSTGRES_DATASTORE_DBNAME=datastore_default | |
SOLR_SETUP=auto | |
SOLR_PORT=8983 | |
SOLR_URL=http://127.0.0.1:8983/solr | |
DATAPUSHER_REPO_TAG=https://github.com/governmentbg/ckan-datapusher.git@master | |
DATAPUSHER_URL=http://0.0.0.0:8800/ | |
[email protected] | |
[email protected] | |
[email protected] | |
SMTP_HOST=localhost | |
SMTP_TLS=True | |
SMTP_USER=samplesmtpuser | |
SMTP_PASS=samplesmtppass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment