Skip to content

Commit 09072e4

Browse files
stefanvbnaul
authored andcommitted
Remove project_path and package_path from example configuration (cesium-ml#107)
1 parent d8130ac commit 09072e4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cesium.yaml.example

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ authentication:
3030
google_client_secret:
3131

3232
paths:
33-
## Two special variables are available below:
34-
## - {project_path} : location of the cesium package
35-
## - {package_path} : location of the cesium package content
36-
##
37-
## You can also use defined paths later on (see, e.g., data_path).
33+
# Note below that defined variables can be reused in subsequent
34+
# definitions.
3835

3936
data_path: '~/.local/cesium'
4037
err_log_path: '{data_path}/logs/errors_and_warnings.log'

0 commit comments

Comments
 (0)