Commit 30d6c336ea2c3ce163fc543e031f5dd74fde77e0

Authored by Alain Klotz
1 parent 573eeae6
Exists in dev

ajout path_data_root dans AGENT

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
config/schemas/schema_observatory-2.0.yml
... ... @@ -40,6 +40,9 @@ schema;schema_AGENT_DEVICE:
40 40 is_real:
41 41 type: bool
42 42 required: True
  43 + # if path_data_root is not defined, the default value will be os.environ['PROJECT_ROOT_PATH']
  44 + path_data_root:
  45 + type: str
43 46  
44 47 schema;schema_AGENT:
45 48 type: map
... ... @@ -55,6 +58,9 @@ schema;schema_AGENT:
55 58 type: str
56 59 protocol:
57 60 type: str
  61 + # if path_data_root is not defined, the default value will be os.environ['PROJECT_ROOT_PATH']
  62 + path_data_root:
  63 + type: str
58 64  
59 65 schema;schema_ALBUMS:
60 66 type: seq
... ...