From: Loic Baron Date: Wed, 6 May 2015 17:32:16 +0000 (+0200) Subject: myslice.ini uses secret_key and theme_logo, theme_label to personalize the emails... X-Git-Tag: myslice-1.4~22 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=5349dc499af876996de4a0f4154d5968806fdef2 myslice.ini uses secret_key and theme_logo, theme_label to personalize the emails sent --- diff --git a/myslice/myslice.ini.dist b/myslice/myslice.ini.dist index dadcb718..729b049d 100644 --- a/myslice/myslice.ini.dist +++ b/myslice/myslice.ini.dist @@ -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 = diff --git a/myslice/myslice.ini.localhost b/myslice/myslice.ini.localhost index 524e7be9..52dc94d7 100644 --- a/myslice/myslice.ini.localhost +++ b/myslice/myslice.ini.localhost @@ -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 diff --git a/myslice/myslice.ini.onelab b/myslice/myslice.ini.onelab index 190c50d3..a612a361 100644 --- a/myslice/myslice.ini.onelab +++ b/myslice/myslice.ini.onelab @@ -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 =