Compare commits
2 Commits
a2e81a0cb9
...
9a7b97390b
Author | SHA1 | Date |
---|---|---|
Emmanuel Garette | 9a7b97390b | |
Emmanuel Garette | b83e20ce22 |
|
@ -2,6 +2,9 @@
|
|||
<creole>
|
||||
<files>
|
||||
<service>risotto</service>
|
||||
<service_access service='risotto'>
|
||||
<port>8080</port>
|
||||
</service_access>
|
||||
<file name='/etc/risotto/risotto.conf' owner="risotto" mkdir='True' rm='True'/>
|
||||
<file name='/etc/eole/eole-db.d/risotto.yml' mkdir='True' rm='True'/>
|
||||
<file name='/etc/eole/eole-db.d/tiramisu.yml'/>
|
||||
|
|
|
@ -8,6 +8,7 @@ RISOTTO_DB_PASSWORD=replace_me
|
|||
TIRAMISU_DB_NAME="%%risotto_tiramisu_dbname"
|
||||
TIRAMISU_DB_USER="%%risotto_tiramisu_db_user"
|
||||
TIRAMISU_DB_PASSWORD=replace_me
|
||||
RISOTTO_URL="http://%%nom_domaine_machine:8080/"
|
||||
DB_ADDRESS="%%risotto_db_address"
|
||||
MESSAGE_PATH="%%risotto_messages_dir"
|
||||
CACHE_ROOT_PATH="%%risotto_cache_dir"
|
||||
|
|
Loading…
Reference in New Issue