author | ymh <ymh.work@gmail.com> |
Mon, 19 Dec 2016 21:58:29 +0100 | |
changeset 478 | b621657bb436 |
parent 428 | 76a47f714766 |
child 491 | e9e436a588b2 |
permissions | -rw-r--r-- |
22
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
APP_ENV=local |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
APP_DEBUG=true |
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
3 |
# clé applicative, doit être une chaine de caractère aléatoire |
22
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
APP_KEY=SomeRandomString |
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
5 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
6 |
# url de base de l'pplication |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
7 |
APP_URL=http://corpus-parole.local/ |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
8 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
9 |
# Configuration du système de log (c.f. https://laravel.com/docs/5.3/errors#configuration) |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
10 |
# Valeurs possibles: "single", "daily", "syslog", "errorlog" |
406
cf0f23803a53
upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents:
405
diff
changeset
|
11 |
APP_LOG="daily" |
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
12 |
|
22
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
|
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
14 |
#configuration de la base de donnée |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
15 |
DATABASE_DRIVER=mysql |
22
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
DB_HOST=localhost |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
DB_DATABASE=corpus |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
DB_USERNAME=corpus |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
19 |
DB_PASSWORD=secret |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
|
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
21 |
# configuration du cache |
22
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
CACHE_DRIVER=file |
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
23 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
24 |
# configuration memcached |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
25 |
CACHE_MEMCACHED_HOST=127.0.0.1 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
26 |
CACHE_MEMCACHED_PORT=11211 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
27 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
28 |
# URI de base Cocoon |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
29 |
CORPUSPAROLE_COCOON_RDF_BASE_URI= |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
30 |
# URL de moissonnage Cocoon |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
31 |
CORPUSPAROLE_COCOON_OAIPMH_URL= |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
32 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
33 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
34 |
# Configuration RDF4J |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
35 |
CORPUSPAROLE_RDF4J_BASE_URL=http://172.16.1.5:8080/rdf4j-server |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
36 |
CORPUSPAROLE_RDF4J_REPOSITORY= |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
37 |
CORPUSPAROLE_RDF4J_REPOSITORY_RAW= |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
38 |
CORPUSPAROLE_RDF4J_LEXVO_REPOSITORY= |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
39 |
|
22
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
40 |
|
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
41 |
# Configuration Elasticsearch |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
42 |
ELASTICSEARCH_URL= |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
43 |
ELASTICSEARCH_LOG_PATH='logs/elasticsearch.log' |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
44 |
ELASTICSEARCH_INDEX='corpus' |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
45 |
ELASTICSEARCH_SHARDS=1 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
46 |
ELASTICSEARCH_REPLICAS=1 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
47 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
48 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
49 |
# Configuration registre Handle |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
50 |
HANDLE_HOST=172.16.1.6 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
51 |
HANDLE_PORT=8000 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
52 |
HANDLE_PREFIX=12345.100 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
53 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
54 |
HANDLE_ADMIN_ID=CORPUS_ADMIN |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
55 |
HANDLE_CERT_OR_PKEY="" |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
56 |
HANDLE_PASSWORD=NULL |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
57 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
58 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
59 |
# Geonames user name (cf. http://www.geonames.org/login) |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
60 |
GEONAMES_USERNAME="demo" |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
61 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
62 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
63 |
### les pramètres suivant sont des paramêtre internes |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
64 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
65 |
# configuration du système de mail (non utilisé) |
22
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
66 |
MAIL_DRIVER=smtp |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
67 |
MAIL_HOST=mailtrap.io |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
68 |
MAIL_PORT=2525 |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
69 |
MAIL_USERNAME=null |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
70 |
MAIL_PASSWORD=null |
a50cbd7d702f
small change in pagination and add missing .env template
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
71 |
|
153
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
72 |
|
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
73 |
HANDLE_TEST_PREFIX=12345.101 |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
74 |
|
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
75 |
HANDLE_TEST_CERT="" |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
76 |
HANDLE_TEST_CERT_PASSWORD=NULL |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
77 |
HANDLE_TEST_CERT_ADMIN_HANDLE="" |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
78 |
|
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
79 |
HANDLE_TEST_RSA_KEY="" |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
80 |
HANDLE_TEST_RSA_PASSWORD=NULL |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
81 |
HANDLE_TEST_RSA_ADMIN_HANDLE="" |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
82 |
|
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
83 |
HANDLE_TEST_DSA_KEY="" |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
84 |
HANDLE_TEST_DSA_PASSWORD=NULL |
338bcc78d431
add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
85 |
HANDLE_TEST_DSA_ADMIN_HANDLE="" |
308
e032d686d88e
add hierarchy info in document indexation + geostats api controllers + add some keys to geonames resolver
ymh <ymh.work@gmail.com>
parents:
275
diff
changeset
|
86 |
|
428
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
87 |
# timeout par défaut pour le client HTTP EasyRDF |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
88 |
EASYRDF_HTTP_CLIENT_TIMEOUT=20 |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
89 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
90 |
SESSION_DRIVER=file |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
91 |
QUEUE_DRIVER=sync |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
92 |
|
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
93 |
# URL de base pour l'ontologie Corpus de la Parole |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
94 |
CORPUSPAROLE_ONTOLOGY_URL=http://corpusdelaparole.culture.fr/ontology/ |
76a47f714766
add memcached configuration option, small corrections for the build process and add installDrupal.sh file to the release
ymh <ymh.work@gmail.com>
parents:
406
diff
changeset
|
95 |