Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[core]
log_file = /Users/bhaisaab/.cloudmonkey/log
asyncblock = true
paramcompletion = false
history_file = /Users/bhaisaab/.cloudmonkey/history

[ui]
color = true
prompt = >
display = default

[user]
secretkey = "enter your developer secret key"
apikey = "enter API key"

[server]
path = /client/api
host = localhost
protocol = http
port = 8080
timeout = 3600

...