author | ymh <ymh.work@gmail.com> |
Fri, 08 Apr 2016 17:53:56 +0200 | |
changeset 146 | dc4d1cdc47e0 |
parent 28 | b0b56e0f8c7f |
child 150 | cb4c47eda2db |
permissions | -rw-r--r-- |
28 | 1 |
--- |
2 |
# Serveur hostname (ex: the first ip of the server : %{ipaddress_eth0}) |
|
3 |
sysconfig::params::vhost : "int.corpusdelaparole.huma-num.fr" |
|
4 |
||
5 |
# database name |
|
6 |
sysconfig::params::db_name : corpus |
|
7 |
# Drupal database name |
|
8 |
sysconfig::params::db_drpl_name : corpusdelaparole |
|
9 |
# database user |
|
10 |
sysconfig::params::db_user : corpus |
|
11 |
# database password |
|
12 |
sysconfig::params::db_pw : corpus_pw_custom |
|
13 |
# database server host (ip or domain) |
|
14 |
sysconfig::params::db_host : 127.0.0.1 |
|
15 |
# database server port |
|
16 |
sysconfig::params::db_port : 3306 |
|
17 |
||
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
18 |
|
28 | 19 |
# elasticsearch host |
20 |
sysconfig::params::es_host : 127.0.0.1 |
|
21 |
# elasticsearch port |
|
22 |
sysconfig::params::es_port : 9200 |
|
23 |
# elasticsearch instamce |
|
24 |
sysconfig::params::es_instance : es_01 |
|
25 |
||
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
26 |
# handle host |
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
27 |
sysconfig::params::hdl_host : 172.16.1.6 |
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
28 |
|
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
29 |
# handle database |
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
30 |
sysconfig::params::hdl_db_name : handle |
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
31 |
|
28 | 32 |
# memory percentage used by memcached |
33 |
sysconfig::params::memcached_max_memory : 25% |
|
34 |
||
35 |
# open tomcat port |
|
36 |
sysconfig::params::tomcat_open_port : false |
|
37 |
||
38 |
# corpus application key 32 character random string (Array.new(32){"abcdefghijklmnopqrstuvwxyz0123456789!@#\$%^&*(-_=+)".split("").sample}.join ) |
|
39 |
sysconfig::params::corpus_app_key : |