nodef-app
Version:
Easily create and access your node scripts and projects via URL Endpoints.
13 lines (10 loc) • 333 B
JavaScript
;
export default {
'port': 1337,
'auth': false,
'timeout': 60000, // use 0 for no timeouts, the process will keep running forever.
'auth_token': 'sdjf87096iu456ihriogtr78548u906h4jioyghorty78956ui45yi',
'resource_path': 'examples',
'exports_handler': 'handler',
'response_object_name': 'response',
}