-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
45 lines (33 loc) · 1.17 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
PORT=3000
API_PORT=3000
API_URL=http://localhost:3000
ADDRESS_SERVICE_PORT=3001
PARCEL_SERVICE_PORT=3002
POI_SERVICE_PORT=3003
API_ROOT_REDIRECTION=http://localhost:3000/openapi
GEOCODE_INDEXES=address,parcel,poi
ADDRESS_INDEX_URL=http://localhost:3001
PARCEL_INDEX_URL=http://localhost:3002
POI_INDEX_URL=http://localhost:3003
CORS_DISABLE=0
PARCELLAIRE_EXPRESS_URL=https://gpf-ign-data.s3.sbg.io.cloud.ovh.net/parcellaire-express/PARCELLAIRE_EXPRESS_1-1__SHP_{crs}_{dep}_2023-07-01.7z
ADMIN_EXPRESS_URL=https://gpf-ign-data.s3.sbg.io.cloud.ovh.net/admin-express/ADMIN-EXPRESS-COG_3-2__SHP_WGS84G_FRA_2023-05-03.7z
BDTOPO_URL=https://gpf-ign-data.s3.sbg.io.cloud.ovh.net/bdtopo/BDTOPO_3-3_TOUSTHEMES_GPKG_{crs}_{dep}_2023-09-15.7z
BAN_ADDOK_URL=https://adresse.data.gouv.fr/data/ban/adresses/latest/addok/adresses-addok-{dep}.ndjson.gz
RECETTE_API_URL=https://geoplateforme-gpf-geocodeur.qua.gpf-tech.ign.fr
DEPARTEMENTS=
TMP_PATH=./tmp
DATA_PATH=./data
POI_ARCHIVE_URL=
POI_ARCHIVE_URL_RESOLVER=
ADDRESS_ARCHIVE_URL=
ADDRESS_ARCHIVE_URL_RESOLVER=
PARCEL_ARCHIVE_URL=
PARCEL_ARCHIVE_URL_RESOLVER=
S3_REGION=
S3_ENDPOINT=
S3_PREFIX=
S3_BUCKET=
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_VHOST=