13 lines
214 B
Ruby
13 lines
214 B
Ruby
name "ipfs_gateway"
|
|
|
|
default_run_list = %w(
|
|
kosmos-ipfs
|
|
kosmos-ipfs::kredits_pinner
|
|
)
|
|
|
|
env_run_lists(
|
|
'_default' => default_run_list,
|
|
'development' => default_run_list,
|
|
'production' => default_run_list
|
|
)
|