ocoge/ugj_const.js

8 lines
179 B
JavaScript
Raw Normal View History

const ugj_const = {
doc_root: '/home/pi/Documents/ocoge_docs/',
app_name: 'ocoge',
mascot_path: './img/',
library_path: './lib/',
executable_path: './bin/'
};