more interpolation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"config": {
|
||||
"project_root": "/tmp/sample",
|
||||
"project_root": "$HOME/development/internal/rex/sample",
|
||||
"units_path": "units/",
|
||||
"logs_path": "logs/",
|
||||
"shells_path": "shells/shells.definitions",
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"active": true,
|
||||
"required": true,
|
||||
"set_user_context": true,
|
||||
"user": "bagira",
|
||||
"group": "bagira",
|
||||
"user": "$USER",
|
||||
"group": "$USER",
|
||||
"supply_environment": true,
|
||||
"environment": "environments/rex.variables"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user