mirror of https://gitlab.com/ecentrics/concordia
Apostolos Fanakis
4 years ago
3 changed files with 26 additions and 18 deletions
@ -1,4 +1,5 @@ |
|||||
import path from 'path'; |
import path from 'path'; |
||||
|
|
||||
export const ORBIT_DIRECTORY_DEFAULT = path.join(__dirname, '..', 'orbitdb'); |
export const ORBIT_DIRECTORY_DEFAULT = path.join(__dirname, '..', 'orbitdb'); |
||||
|
export const IPFS_DIRECTORY_DEFAULT = path.join(__dirname, '..', 'ipfs'); |
||||
export const LOGS_PATH = path.join(__dirname, '..', 'logs'); |
export const LOGS_PATH = path.join(__dirname, '..', 'logs'); |
||||
|
Loading…
Reference in new issue