Skip to content

Instantly share code, notes, and snippets.

@buremba
Last active October 15, 2018 07:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buremba/ada247b0ce837cfd3a81a92a98629f1d to your computer and use it in GitHub Desktop.
Save buremba/ada247b0ce837cfd3a81a92a98629f1d to your computer and use it in GitHub Desktop.
Rakam example config.properties for Postgresql deployment type
store.adapter=postgresql
store.adapter.postgresql.url=jdbc:postgres://PG_HOST:5432/PG_DBNAME
store.adapter.postgresql.username=PG_USER
store.adapter.postgresql.password=PG_PASSWORD
plugin.user.enabled=true
event-explorer.enabled=true
custom-data-source.enabled=true
user.funnel-analysis.enabled=true
plugin.user.enable-user-mapping=true
event-stream=server
user.retention-analysis.enabled=true
plugin.user.storage=postgresql
http.server.address=0.0.0.0:9999
plugin.user.storage.identifier-column=id
lock-key=REPLACE_THIS_KEY_WITH_PASSWORD # You will use this key when creating a project on Rakam.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment