Last active
October 15, 2018 07:38
-
-
Save buremba/ada247b0ce837cfd3a81a92a98629f1d to your computer and use it in GitHub Desktop.
Rakam example config.properties for Postgresql deployment type
This file contains 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
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