From 5349dc499af876996de4a0f4154d5968806fdef2 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 6 May 2015 19:32:16 +0200 Subject: [PATCH] myslice.ini uses secret_key and theme_logo, theme_label to personalize the emails sent --- myslice/myslice.ini.dist | 10 +++++++--- myslice/myslice.ini.localhost | 6 ++++++ myslice/myslice.ini.onelab | 10 +++++++--- 3 files changed, 20 insertions(+), 6 deletions(-) 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 = -- 2.43.0