3
0
Arne Teuke
2025-11-01 17:34:23 +01:00
parent 41ac17b901
commit 9fb5422b4b
13 changed files with 483 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
###############################################################################
######### 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 %>