Add + document more items in example config.edn file

This commit is contained in:
Teemu Patja 2017-11-02 09:04:02 +02:00
parent e40b690350
commit d1c375493f
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 17 additions and 2 deletions

View File

@ -7,13 +7,21 @@
:server-address "http://PUBLIC-DNS:3000" :server-address "http://PUBLIC-DNS:3000"
;; eth address of bot account ;; eth address of bot account
:eth-account "0x.." :eth-account "0x..."
:eth-password "XXX" :eth-password "XXX"
;; RPC URL to ethereum node to be used ;; RPC URL to ethereum node to be used
:eth-rpc-url "http://localhost:8547" :eth-rpc-url "http://localhost:8547"
:eth-wallet-file "/some/location" :eth-wallet-file "/some/location"
;; address of token registry to be used
:tokenreg-addr "0x..."
;; format of tokenreg records' base field, possible values :status, :parity
:tokenreg-base-format :parity
;; address of factory contract used for deploying bounty contracts
:contract-factory-addr "0x..."
;; commiteth-test-tpatja ;; commiteth-test-tpatja
:github-client-id "CLIENT ID" :github-client-id "CLIENT ID"
:github-client-secret "CLIENT SECRET" :github-client-secret "CLIENT SECRET"
@ -21,6 +29,13 @@
;; github username + password for bot account ;; github username + password for bot account
:github-user "commiteth" :github-user "commiteth"
:github-password "XXX" :github-password "XXX"
:on-testnet true}
;; set to true when on Ropsten testnet
:on-testnet true
;; feature toggles
:add-bounties-for-existing-issues false
:hubspot-contact-create-enabled false
;; needeed when :hubspot-contact-create-enabled
:hubspot-api-key "xxxxxxx-xxxx-x-xxxx-xxxx"}