Keong Lim | 3a5d947 | 2019-03-04 17:15:06 +1100 | [diff] [blame^] | 1 | *** Settings *** |
| 2 | Documentation store all properties that can change or are used in multiple places here |
| 3 | ... format is all caps with underscores between words and prepended with AAI |
| 4 | ... make sure you prepend them with AAI so that other files can easily see it is from this file. |
| 5 | |
| 6 | |
| 7 | *** Variables *** |
| 8 | ${AAI_AMSTERDAM_INDEX_PATH} /aai/v11 |
| 9 | ${AAI_BEIJING_INDEX_PATH} /aai/v13 |
| 10 | ${AAI_CASABLANCA_INDEX_PATH} /aai/v14 |
| 11 | ${AAI_DUBLIN_INDEX_PATH} /aai/v16 |
| 12 | |