Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
name: "CRTelemetry",
|
||||
port: 80,
|
||||
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/",
|
||||
web_paths: {
|
||||
css: "/app/src/css",
|
||||
js: "/app/src/javascript"
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
path: "./sensors.db",
|
||||
table_name: "sensors"
|
||||
};
|
||||
Reference in New Issue
Block a user