Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Jan 9, 2025
1 parent 558746f commit 7608da6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions backend/gwells/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def config():
# 'HOST': get_env_variable('{}_SERVICE_HOST'.format(service_name)),
# 'PORT': get_env_variable('{}_SERVICE_PORT'.format(service_name)),
# }

return {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': os.getenv('DATABASE_NAME'),
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ services:
GEOCODER_ADDRESS_API_BASE: https://geocoder.api.gov.bc.ca/addresses.json?
LOCAL: "true"
LOAD_FIXTURES: "true"
# volumes:
# - ./backend:/backend
volumes:
- ./backend:/backend
healthcheck:
test: timeout 3s bash -c 'true > /dev/tcp/127.0.0.1/8000'
interval: 5s
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ Vue.use(Router)

const router = new Router({
mode: 'history',
// base: '/',
// component: WellSearch,
base: '/gwells/',
base: '/',
component: WellSearch,
routes: [
// aquifers routes
{
Expand Down

0 comments on commit 7608da6

Please sign in to comment.