Skip to content
Snippets Groups Projects
Commit 40a87e2e authored by Steve Reis's avatar Steve Reis
Browse files

Fix restore old env.defaults

Add .env to gitignore
parent 928beaf5
No related branches found
No related tags found
No related merge requests found
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
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment