14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
###############################################################################
|
|
######### File created by Puppet - manual changes will be overwritten #########
|
|
###############################################################################
|
|
|
|
[nrepl]
|
|
# Set to true to enable the remote REPL
|
|
enabled = <%= @pt_repl_on %>
|
|
|
|
# What port the REPL should listen on
|
|
port = <%= @pt_repl_port %>
|
|
|
|
# IP address to listen on
|
|
host = <%= @pt_repl_host %>
|