-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
13 lines (11 loc) · 641 Bytes
/
.env
File metadata and controls
13 lines (11 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
USER=alkemy
PASSWORD=alkemy
HOST=localhost
PORT=5432
DATABASE=db_challenge
URL_MUSEOS=https://datos.cultura.gob.ar/dataset/37305de4-3cce-4d4b-9d9a-fec3ca61d09f/resource/4207def0-2ff7-41d5-9095-d42ae8207a5d/download/museos_datosabiertos.csv
URL_CINES=https://datos.cultura.gob.ar/dataset/37305de4-3cce-4d4b-9d9a-fec3ca61d09f/resource/392ce1a8-ef11-4776-b280-6f1c7fae16ae/download/cine.csv
URL_BIBLIOTECAS=https://datos.cultura.gob.ar/dataset/37305de4-3cce-4d4b-9d9a-fec3ca61d09f/resource/01c6c048-dbeb-44e0-8efa-6944f73715d7/download/biblioteca_popular.csv
DEFAULT_DATA_PATH=data
DEFAULT_SQL_PATH=sql\tables.sql
DEFAULT_LOG_PATH=logs\db.log