UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4e79f789 authored by Patrick Tafoya's avatar Patrick Tafoya
Browse files

template fixes

parent fea65a83
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,16 @@
## Quickstart
### Update `/etc/hosts` file
Due to the new (as of March 2024) bigbang.mil DNS changes, you must add entries into your /etc/hosts file so that requests to fiesta-wagon-ingress get properly routed to your local machine.
```aiignore
# add fiesta-wagon-ingress entries to /etc/hosts
127.0.0.1 users.dev.bigbang.mil
127.0.0.1 <<projectName>>.dev.bigbang.mil
```
```sh
# start all the <<projectName>> components
docker compose up
......
## Development Environment Setup for golang
- Ensure a `.env` file exists at the root of `<<projectName-local-dev>>` and has the required properties. Example:
- Ensure a `.env` file exists at the root of `<<projectName>>-local-dev` and has the required properties. Example:
```
DEBUGGER_ARGS=--continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment