diff --git a/src/main/webapp/config.properties b/src/main/webapp/config.properties new file mode 100644 index 0000000000000000000000000000000000000000..5042b97f53891874e9de056924dbaef1330a124f --- /dev/null +++ b/src/main/webapp/config.properties @@ -0,0 +1,19 @@ +security.arsnova-url=http://localhost:8080 +security.cas-server-url=https://cas.thm.de/cas + +security.facebook.key=318531508227494 +security.facebook.secret=e3f38cfc72bb63e35641b637081a6177 + +security.twitter.key=PEVtidSG0HzSrxVRPpsCXw +security.twitter.secret=mC0HOvxiEgqwdDWCcDoy3q75nUQPu1bYRp1ncHWGd0 + +security.google.key=110959746118.apps.googleusercontent.com +security.google.secret=CkzUJZswY8rjWCCYnHVovyGA + +security.ssl=false +security.keystore=/etc/arsnova.thm.de.jks +security.storepass=arsnova + +couchdb.host=localhost +couchdb.port=5984 +couchdb.name=arsnova \ No newline at end of file diff --git a/src/main/webapp/config.properties.example b/src/main/webapp/config.properties.example index 5042b97f53891874e9de056924dbaef1330a124f..76194658354187cfc857e207a338ff09d283df38 100644 --- a/src/main/webapp/config.properties.example +++ b/src/main/webapp/config.properties.example @@ -1,19 +1,6 @@ -security.arsnova-url=http://localhost:8080 +security.arsnova-url=http://localhost:8080/arsnova-war security.cas-server-url=https://cas.thm.de/cas -security.facebook.key=318531508227494 -security.facebook.secret=e3f38cfc72bb63e35641b637081a6177 - -security.twitter.key=PEVtidSG0HzSrxVRPpsCXw -security.twitter.secret=mC0HOvxiEgqwdDWCcDoy3q75nUQPu1bYRp1ncHWGd0 - -security.google.key=110959746118.apps.googleusercontent.com -security.google.secret=CkzUJZswY8rjWCCYnHVovyGA - -security.ssl=false -security.keystore=/etc/arsnova.thm.de.jks -security.storepass=arsnova - couchdb.host=localhost couchdb.port=5984 couchdb.name=arsnova \ No newline at end of file