1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-17 01:32:29 +02:00

changing design.

adding ng2-material
implementing login, gallery draft design
This commit is contained in:
Braun Patrik
2016-04-18 21:27:15 +02:00
parent 46f99041cf
commit 4a44f232a8
17 changed files with 118 additions and 276 deletions

View File

@ -40,7 +40,7 @@ export class Server {
name:"pigallery2-session",
secret: 'PiGallery2 secret',
cookie: {
maxAge: 60000,
maxAge: 60000*10,
httpOnly: false
},
resave: true,