Skip to content

vahidHossaini/oriendpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Install

  • origamicore Doc #Config

      {
      	connections:[
      	{
      		name:'',
      		type:'',	//values : [express,socket]
      		authz:{domain:''},//authorization microservice
      		sessionManager:"",//session manager context
      		protocol:
      		{
      			type:'', //values :[http,https]
      			port:,
      			// if https
      			key:"",//path of file
      			crt:"",//path of file
      			//if socket
      			socketProtocol:'', //values :[echo-protocol,]
      		},
      		//if express
      		public:[],	//list of public pathes
      		CrossDomain:'', //list of cros origin domain if "*" then all of domains valid
      		bodyLimit:,//double , mb
      		urlLimit:,//double , mb
      		decodeUrl:{	//optional
      			algorithm:"",
      			passwpord:""
      		}
      		
      	}
      	]
      }
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published