barrel: Rename 'REAL_PATH' => 'DATA_PATH'
This commit is contained in:
parent
89bbbb7371
commit
086b359e17
4 changed files with 6 additions and 6 deletions
2
env/instances.go
vendored
2
env/instances.go
vendored
|
|
@ -233,7 +233,7 @@ func (instance Instance) Stack() stack.Installable {
|
|||
|
||||
EnvFileResource: filepath.Join("resources", "templates", "docker-env", "barrel"),
|
||||
EnvFileContext: map[string]string{
|
||||
"REAL_PATH": instance.FilesystemBase,
|
||||
"DATA_PATH": filepath.Join(instance.FilesystemBase, "data"),
|
||||
|
||||
"SLUG": instance.Slug,
|
||||
"VIRTUAL_HOST": instance.Domain(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue