Fixes btcpay having still used the old postgres master, and integrating it into the global client config setup from here on out.
9 lines
134 B
Ruby
9 lines
134 B
Ruby
name "btcpay"
|
|
|
|
run_list %w(
|
|
role[postgresql_client]
|
|
kosmos-bitcoin::dotnet
|
|
kosmos-bitcoin::nbxplorer
|
|
kosmos-bitcoin::btcpay
|
|
)
|