myslice.ini example how to configure your instance
authorLoic Baron <loic.baron@lip6.fr>
Wed, 8 Apr 2015 12:06:27 +0000 (14:06 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Wed, 8 Apr 2015 12:06:27 +0000 (14:06 +0200)
myslice/myslice.ini.localhost

index 0467c0b..6e000c3 100644 (file)
@@ -1,4 +1,31 @@
 [manifold]
-url = https://localhost:7080
-admin_user = admin
-admin_password = admin
+url = https://localhost:7080/
+admin_user = xxx
+admin_password = xxx
+
+[myslice]
+theme=onelab
+debug = true
+httproot =
+dataroot =
+components = sla,forge
+
+[database]
+# postgresql_psycopg2, mysql, sqlite3 or oracle
+engine = sqlite3
+name = myslice
+server =
+port =
+user =
+password =
+
+[activity]
+#server = http://athos.ipv6.lip6.fr/activity/push/log
+#apikey = 
+#secret = 
+
+[iotlab]
+#production
+url = https://www.iot-lab.info/rest/admin/users
+admin_user = xxx
+admin_password= xxx