diff --git a/olat.local.properties.sample b/olat.local.properties.sample
index e89653610c0e6bc973c96ec973421f544c0633ca..3b14a79b18698b6285457369a4642853a8b41232 100644
--- a/olat.local.properties.sample
+++ b/olat.local.properties.sample
@@ -9,12 +9,12 @@
 tomcat.id=2
 node.id=2
 generate.index.at.startup=false
-build.identifier=uzh71-devLocal
+build.identifier=opol71-devLocal
 
 guidemo.enabled=true
 
 # runtime application data directory 
-userdata.dir=/home/roman/olatdata/uzh_71
+userdata.dir=/home/roman/olatdata/opol_71
 # name of the repository root
 folder.root=${userdata.dir}/bcroot
 # temporary workspace for the running application
@@ -58,11 +58,11 @@ db.hibernate.ddl.auto=validate
 auto.upgrade.database=false
 
 # the name of the application database
-db.name=uzh71
+db.name=opol71
 # the name of the OLAT database user
-db.user=uzh71
+db.user=opol71
 # the password of the OLAT database user
-db.pass=uzh71
+db.pass=opol71
 # JDBC options (e.g., to set character channel behaviour etc.)
 db.jdbc.options=useUnicode=true&characterEncoding=UTF-8