Uploaded sample files
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
module.exports = {
|
||||
version: "1.0",
|
||||
name: "CRTelemetry",
|
||||
program: "Throttle & Motor Mapping",
|
||||
host: "192.168.117.128",
|
||||
protocol: "http",
|
||||
port: 8080,
|
||||
username: "admin",
|
||||
password: "password",
|
||||
logger: {
|
||||
level: "info",
|
||||
error_path: "/app/logs/error.log",
|
||||
full_path: "/app/logs/combined.log"
|
||||
},
|
||||
timestamp_format: "HH:mm:ss DD-MM-YYYY",
|
||||
views_directory: "/app/views",
|
||||
temp_directory: "/app/temp",
|
||||
paths: {
|
||||
css: {
|
||||
web: "/css",
|
||||
src: "/src/css"
|
||||
},
|
||||
js: {
|
||||
web: "/javascript",
|
||||
src: "/src/javascript"
|
||||
},
|
||||
chartjs: {
|
||||
web: "/vendor/chartjs",
|
||||
src: "/node_modules/chart.js/dist"
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user