]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Admin password
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Nov 2012 01:23:32 +0000 (23:23 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Nov 2012 01:23:32 +0000 (23:23 -0200)
templates/settings.json.erb

index 824422812f4382b5792dc3a476fde7f8cfd8e132..45e60170f0e05e827cb761833e1df994d9eca1aa 100644 (file)
     }
   },
   */
+  "users": {
+    "admin": {
+      "password": "<%= etherpad_admin_password %>",
+      "is_admin": true
+    }
+  },
 
   /* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
   "loglevel": "INFO"