Pictogram server version updated to 1.0

parent 40b25496
...@@ -227,6 +227,7 @@ ...@@ -227,6 +227,7 @@
"October": "October", "October": "October",
"office": "Office", "office": "Office",
"office_added": "Office added", "office_added": "Office added",
"office_center": "Office or center",
"office_deleted": "Office deleted", "office_deleted": "Office deleted",
"office_not_added": "Office not added", "office_not_added": "Office not added",
"office_not_deleted": "Office not deleted", "office_not_deleted": "Office not deleted",
......
...@@ -5,7 +5,7 @@ var ASSETS_PATH = path.join(__dirname, '..', 'assets'); ...@@ -5,7 +5,7 @@ var ASSETS_PATH = path.join(__dirname, '..', 'assets');
var UPLOAD_PATH = path.join(__dirname, '..', '..', 'upload'); var UPLOAD_PATH = path.join(__dirname, '..', '..', 'upload');
module.exports.pictogram = { module.exports.pictogram = {
version: "0.1", // actual version of the server, to be checked by the client version: "1.0", // actual version of the server, to be checked by the client
admin: { admin: {
email: 'amontejo@ujaen.es', email: 'amontejo@ujaen.es',
password: '$2a$06$flEEOc15SerMeYWARrN9w.KSpJuM.jDsaTgrtD0ESzbxKHPl0f/zq' //y00ttaa!! password: '$2a$06$flEEOc15SerMeYWARrN9w.KSpJuM.jDsaTgrtD0ESzbxKHPl0f/zq' //y00ttaa!!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment