myslice.ini uses secret_key and theme_logo, theme_label to personalize the emails...
authorLoic Baron <loic.baron@lip6.fr>
Wed, 6 May 2015 17:32:16 +0000 (19:32 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Wed, 6 May 2015 17:32:16 +0000 (19:32 +0200)
myslice/myslice.ini.dist
myslice/myslice.ini.localhost
myslice/myslice.ini.onelab

index dadcb71..729b049 100644 (file)
@@ -5,10 +5,16 @@ admin_password =
 
 [myslice]
 theme = onelab
-debug = true
+# label and logo are used in emails
+# by default theme_label = theme
+theme_label=OneLab
+# by default theme_logo = theme.png
+theme_logo=onelab-portal.png
+debug = True
 httproot =
 dataroot =
 components = sla,influxdb,forge
+secret_key = random_key
 
 [database]
 # postgresql_psycopg2, mysql, sqlite3 or oracle
@@ -19,8 +25,6 @@ port =
 user =
 password =
 
-
-
 [activity]
 #server = http://athos.ipv6.lip6.fr/activity/push/log
 #apikey = 
index 524e7be..52dc94d 100644 (file)
@@ -5,3 +5,9 @@ admin_password = admin
 
 [myslice]
 theme = onelab
+# label and logo are used in emails
+# by default theme_label = theme
+theme_label=OneLab
+# by default theme_logo = theme.png
+theme_logo=onelab-portal.png
+secret_key = random_value 
index 190c50d..a612a36 100644 (file)
@@ -5,10 +5,16 @@ admin_password =
 
 [myslice]
 theme = onelab
-debug = true
+# label and logo are used in emails
+# by default theme_label = theme
+theme_label=OneLab
+# by default theme_logo = theme.png
+theme_logo=onelab-portal.png
+debug = True
 httproot =
 dataroot =
 components = sla,influxdb,forge
+secret_key = random_value 
 
 [database]
 # postgresql_psycopg2, mysql, sqlite3 or oracle
@@ -20,8 +26,6 @@ port =
 user =
 password =
 
-
-
 [activity]
 #server = http://athos.ipv6.lip6.fr/activity/push/log
 #apikey =