/SetInMind

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

SetInMind

A simple anonymous idea sharing website , inspired by this awesome playlist.

Configuration

Example of config.json

{
    "development": {
	    "config_id":  "development",
	    "app_name":  "pwm",
	    "app_desc":  "pwm project",
	    "node_port":  9999,
	    "json_indentation":  4,
	    "database_url":  "...",
	    "database":  "...",
	    "username":  "...",
	    "password":  "..."
    }
}