Skip to content
Snippets Groups Projects
Commit 50069bae authored by Aymeric Bernard's avatar Aymeric Bernard
Browse files

Removed config files, made config templates

parent 3806811b
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@ node_modules/
build/
.cache/
.DS_Store
*.log
server/config.js
front/src/config.js
# server/config.js
# *.pub
# *.key
File moved
const fs = require('fs');
const path = require('path');
module.exports = {
uuid: 'UUID A REMPLIR',
cert: fs.readFileSync(path.resolve(__dirname, 'private.key')),
};
......@@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
port: 5000,
uuid: '10',
uuid: 'UUID A REMPLIR',
fontSize: '4vh',
rowHeight: '100px',
cert: fs.readFileSync(path.resolve(__dirname, '../key.pem')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment