Open topic with navigation
        
        Open topic with navigation
        
        Configuring Solution Builder
        For OEMs only
        Configuration settings for your Solution Builder installation is located in a file named dgconfig.json, located by default in the www/dglux5 folder in the installation directory. Settings are as follows:
        
            - dataUrl: URL path used by Data Service. Can be relative or absolute.
- userUrl: URL path used by User Service (except the session API).
- assetUrl: URL path used by Asset Service.
- sessionUrl: Session path used by Solution Builder.
- dbUrl: Database path used by Solution Builder. Delete this element if no database feature is used.
- logoutUrl: Specifies whether the server clears the session and displays the login screen after a user logs out. 
Example Settings
{
	"indexUrl":"index.html",
	"viewerUrl":"view.html",
	"dataUrl":"../data.php",
	"userUrl":"../user.php",
	"assetUrl":"../file.php",
	"sessionUrl":"../session.php",
	"dbUrl":"../db.php",
	"logoutUrl":"../logout.php"
}
        Return to Atrius Developer Portal Home Page