Emmanuel Garette 2020-11-14 18:04:49 +01:00
parent 1d6458d95a
commit 9fc9123964
1 changed files with 2 additions and 2 deletions

@ -25,8 +25,8 @@ apt-eole install eole-risotto-all jq
echo "from creole.loader import creole_loader, config_save_values
c=creole_loader(rw=True)
c.creole.risotto.password_admin_email = "contact@cadoles.com"
c.creole.lemur.lemur_admin_email = "contact@cadoles.com"
c.creole.risotto.password_admin_email = 'contact@cadoles.com'
c.creole.lemur.lemur_admin_email = 'contact@cadoles.com'
c.creole.lemur.lemur_default_organization = 'Cadoles'
c.creole.lemur.lemur_default_organization_unit = 'Prod'
config_save_values(c, 'creole')" > conf.py