diff --git a/.gitignore b/.gitignore index 634002c..a2b44eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /GeoLite2-City.mmdb /database.mwb.bak -/settings.php \ No newline at end of file +/settings.php +/vendor diff --git a/nbproject/private/config.properties b/nbproject/private/config.properties new file mode 100644 index 0000000..e69de29 diff --git a/nbproject/private/private.properties b/nbproject/private/private.properties new file mode 100644 index 0000000..ba8299e --- /dev/null +++ b/nbproject/private/private.properties @@ -0,0 +1,6 @@ +copy.src.files=false +copy.src.on.open=false +copy.src.target=/var/www/PhpProject1 +index.file=index.php +run.as=LOCAL +url=http://localhost/LecteServer/ diff --git a/nbproject/private/private.xml b/nbproject/private/private.xml new file mode 100644 index 0000000..6807a2b --- /dev/null +++ b/nbproject/private/private.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/nbproject/project.xml b/nbproject/project.xml index b0f47fb..3836d49 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ org.netbeans.modules.php.project - LecteServer + CommunityVotingAppServer diff --git a/settings.template.php b/settings.template.php index 0b78410..756a443 100644 --- a/settings.template.php +++ b/settings.template.php @@ -17,7 +17,7 @@ $SETTINGS = [ "password" => "", "charset" => "utf8" ], - "app_name" => "Lecte", + "app_name" => "CommunityVotingApp", "accounthub" => [ "api" => "https://apps.netsyms.com/account/api/", "home" => "https://apps.netsyms.com/account/home.php",