diff --git a/.gitignore b/.gitignore index bffe608..edbc873 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /target/ nbactions.xml nb-configuration.xml -*-*.properties \ No newline at end of file +openapi-local.properties +openapi-remote.properties +openapi-local-backup.properties +/src/main/resources/openapi.properties +/src/main/webapp/WEB-INF/classes/openapi.properties \ No newline at end of file diff --git a/openapi.properties b/openapi.properties deleted file mode 100644 index b832812..0000000 --- a/openapi.properties +++ /dev/null @@ -1,30 +0,0 @@ -#Place this file in the class path -#Routing database -routingdb=routingname -routingdb_usr=user -routingdb_pwd=pwd -routingdb_host=localhost -routingdb_port=5432 - -#Index queue and object database -indexdb=indexdbname -indexdb_usr=user -indexdb_pwd=pwd -indexdb_host=localhost -indexdb_port=5432 - -#Custom data database -customdb=customdbname -customdb_usr=user -customdb_pwd=pwd -customdb_host=localhost -customdb_port=5432 - -#Lucene index directory -indexdir=path/to/Lucene - -#Log directory -logdir=path/to/Logs - -#Shape directory -shapedir=path/to/Shape \ No newline at end of file diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 52a29e0..93c3e69 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -9,15 +9,10 @@

SDI4Apps OpenAPI Custom Web Services

Indexing and search tests

Routing tests