add this .env file in the current directory (`esap-db`):
```
DOMAIN=localhost
OIDC_RP_CLIENT_SECRET=********
DBADMIN_USER=postgres
DBADMIN_PASSWORD=postgres
DBPROJECT_USER=postgres
...
...
@@ -67,7 +66,7 @@ curl -XPOST \
}'
```
Once the project and the dataset are created, we can store the result of an ESAP-API query into a table that belongs to the dataset that we have just created.
Then, we can store the result of an ESAP-API query into a table that belongs to the dataset that we have just created.