myslice.ini example how to configure your instance
[myslice.git] / myslice / myslice.ini.localhost
1 [manifold]
2 url = https://localhost:7080/
3 admin_user = xxx
4 admin_password = xxx
5
6 [myslice]
7 theme=onelab
8 debug = true
9 httproot =
10 dataroot =
11 components = sla,forge
12
13 [database]
14 # postgresql_psycopg2, mysql, sqlite3 or oracle
15 engine = sqlite3
16 name = myslice
17 server =
18 port =
19 user =
20 password =
21
22 [activity]
23 #server = http://athos.ipv6.lip6.fr/activity/push/log
24 #apikey = 
25 #secret = 
26
27 [iotlab]
28 #production
29 url = https://www.iot-lab.info/rest/admin/users
30 admin_user = xxx
31 admin_password= xxx