Skip to content

Instantly share code, notes, and snippets.

@buremba
Last active October 15, 2018 07:38
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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