config.js 263 Bytes
Newer Older
Athanasios's avatar
Athanasios committed
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
  BASE_DIR: __dirname,
  PORT: 3000,
  FOLDER_INDEX: {
    SCENELAYER: "3dSceneLayer.json.gz",
    NODE: "3dNodeIndexDocument.json.gz",
    FEATURES: "0.json.gz",
    GEOMETRIES: "0.bin.gz",
    SHARED: "sharedResource.json.gz"
  }
};