Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save masone/6e2c0bf0aa2641b605b5d9a3acb4aae0 to your computer and use it in GitHub Desktop.
Save masone/6e2c0bf0aa2641b605b5d9a3acb4aae0 to your computer and use it in GitHub Desktop.
TSP configs
module.exports =
api:
host: process.env.api__host
imagesApi:
host: process.env.api__host
designsApi:
host: 'https://api.livingdocs.io'
app:
plugins: [
name: 'media-gallery'
componentName: 'gallery'
]
eventTracking: true
ui:
welcome: false
pusher:
isEnabled: false
appId: process.env.pusher__app_id
key: process.env.pusher__key
metadata:
article: [
name: 'title'
form: 'li-meta-text-form'
config:
service: 'defaultText'
,
name: 'description',
form: 'li-meta-text-form'
config:
service: 'defaultText'
,
name: 'teaserImage'
form: 'li-meta-image-form'
],
page: [
name: 'title'
form: 'li-meta-text-form'
config:
service: 'defaultText'
]
module.exports =
loglevel: 'success'
db:
pool_min: 1
pool_max: 5
ssl: false
search:
article_document_index: 'handelsblatt-development__documents'
images:
public: 'http://livingdocs-evaluation-images.s3.amazonaws.com'
bucket: 'livingdocs-evaluation-images'
bucket_region: 'eu-west-1'
designs:
public: 'http://livingdocs-evaluation-designs.s3.amazonaws.com'
bucket: 'livingdocs-evaluation-designs'
bucket_region: 'eu-west-1'
design_repository: 'https://api.livingdocs.io'
documents:
projects:
default:
channels:
web:
articles: require.resolve('../channels/web/article/all')
pages: require.resolve('../channels/web/page/all')
editor:
# used for password reset & login urls
public_host: process.env.editor__public_host
pusher:
enabled: false
hugo:
resource:
enabled: true
host: 'hr.mp-test.myfup.de'
customer: 'LIVINDOCS'
https: false
print:
enabled: true
host: 'http://hr.mp-test.myfup.de'
xmlRoot: 'articleUpload' # XML root element for print endpoints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment