author | Chloe Laisne <chloe.laisne@gmail.com> |
Thu, 23 Jun 2016 23:21:02 +0200 | |
changeset 202 | 0446e07981db |
parent 153 | 338bcc78d431 |
child 353 | bf1bc6b08c46 |
permissions | -rw-r--r-- |
28 | 1 |
--- |
150 | 2 |
# install handle |
3 |
sysconfig::params::install_handle : true |
|
4 |
||
28 | 5 |
# Serveur hostname (ex: the first ip of the server : %{ipaddress_eth0}) |
6 |
sysconfig::params::vhost : "int.corpusdelaparole.huma-num.fr" |
|
7 |
||
8 |
# database name |
|
9 |
sysconfig::params::db_name : corpus |
|
10 |
# Drupal database name |
|
11 |
sysconfig::params::db_drpl_name : corpusdelaparole |
|
12 |
# database user |
|
13 |
sysconfig::params::db_user : corpus |
|
14 |
# database password |
|
15 |
sysconfig::params::db_pw : corpus_pw_custom |
|
16 |
# database server host (ip or domain) |
|
17 |
sysconfig::params::db_host : 127.0.0.1 |
|
18 |
# database server port |
|
19 |
sysconfig::params::db_port : 3306 |
|
20 |
||
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
21 |
|
28 | 22 |
# elasticsearch host |
23 |
sysconfig::params::es_host : 127.0.0.1 |
|
24 |
# elasticsearch port |
|
25 |
sysconfig::params::es_port : 9200 |
|
26 |
# elasticsearch instamce |
|
27 |
sysconfig::params::es_instance : es_01 |
|
28 |
||
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
29 |
# handle host |
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
30 |
sysconfig::params::hdl_host : 172.16.1.6 |
153
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
31 |
# handle db name |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
32 |
sysconfig::params::hdl_db_name : handle |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
33 |
# handle prefix |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
34 |
sysconfig::params::hdl_prefix : "12345.100" |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
35 |
# handle test prefix |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
36 |
sysconfig::params::hdl_test_prefix : "12345.101" |
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
37 |
|
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
38 |
|
28 | 39 |
# memory percentage used by memcached |
40 |
sysconfig::params::memcached_max_memory : 25% |
|
41 |
||
42 |
# open tomcat port |
|
43 |
sysconfig::params::tomcat_open_port : false |
|
44 |
||
45 |
# corpus application key 32 character random string (Array.new(32){"abcdefghijklmnopqrstuvwxyz0123456789!@#\$%^&*(-_=+)".split("").sample}.join ) |
|
46 |
sysconfig::params::corpus_app_key : |