Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Installation

Requirements:

  • Total.js +v4.0.0

  • download module code.js
  • copy it to yourapp/modules/code.js
  • update /config file
  • restart the app

Configuration

You can change the endpoint for the monitor via the /config file of the application like this:

code_url     : /$code/
code_token   : 123456
  • code_url is an API endpoint for communicating between Total.js Code Editor and your app
  • code_token is a security element (optional)