-
-
Notifications
You must be signed in to change notification settings - Fork 828
Settings
unocelli edited this page Aug 7, 2021
·
5 revisions
Server settings are located in 'server\_appdata\settings.js' file. You have to restart the server after your change.
To enable and config the authentication:
secureEnabled: true, // enable or diasable
secretCode: 'frangoteam751', // secret code to encode the token
tokenExpiresIn: '1h' // token expiration delay '1h'=1hour, 60=60seconds, '1d'=1day
The default user ‘admin’ have the ‘123456’ as password, of course you can change it.
powered from frangoteam
- Home
- Getting Started
- Installing and Running
- HowTo Devices and Tags
- HowTo bind Controls
- HowTo Chart Control
- HowTo UI Layout
- HowTo setup Alarms
- HowTo define Shapes
- HowTo animate Pipe
- HowTo save/load Project
- HowTo configure events
- HowTo use same view
- HowTo configure Script
- HowTo configure ODBC
- HowTo Widgets
- Settings
- Tips and Tricks