diff --git a/api/.env.defaults b/api/.env.defaults
index e94e8c27922e77468d92961b311feac1c081608b..63d5e94dc49793acee86be230ae90ff3783eff32 100644
--- a/api/.env.defaults
+++ b/api/.env.defaults
@@ -1,3 +1,3 @@
-ENGINE_TYPE=csv
-ENGINE_BASE_URL=https://docs.google.com/spreadsheets/d/1yjslZQCOMCxkjr4xQ-NmTMNEjhpdmZgijbn83za80Ak/export?format=tsv
+ENGINE_TYPE=exareme
+ENGINE_BASE_URL=http://127.0.0.1:8080/services/
 GATEWAY_PORT=8081
\ No newline at end of file
diff --git a/api/.gitignore b/api/.gitignore
index 22f55adc5647206db11558139164c3deb77f5c01..5ecdd35f3ffc85cf6a6c620d543d0cb4d31c7354 100644
--- a/api/.gitignore
+++ b/api/.gitignore
@@ -32,4 +32,7 @@ lerna-debug.log*
 !.vscode/settings.json
 !.vscode/tasks.json
 !.vscode/launch.json
-!.vscode/extensions.json
\ No newline at end of file
+!.vscode/extensions.json
+
+# env
+.env
\ No newline at end of file