Skip to content

Commit

Permalink
remove gspc card from admin page and reset ssl settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-labbate committed Mar 5, 2024
1 parent 966fb19 commit 844497e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
build:
context: ./dev/db
command: >
-c ssl=off
-c ssl=on
-c ssl_cert_file=/var/lib/postgresql/server.crt
-c ssl_key_file=/var/lib/postgresql/server.key
ports:
Expand Down
4 changes: 2 additions & 2 deletions training-front-end/src/pages/admin/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const pageTitle = "Admin Panel";
</div>
</div>
</li>
<li class="usa-card tablet:grid-col-6">
<!-- <li class="usa-card tablet:grid-col-6">
<div class="usa-card__container">
<div class="usa-card__header">
<h4 class="usa-card__heading">GSA SmartPay® Program Certification Management</h4>
Expand All @@ -49,7 +49,7 @@ const pageTitle = "Admin Panel";
</a>
</div>
</div>
</li>
</li> -->
</ul>
</div>
</AuthRequired>
Expand Down

0 comments on commit 844497e

Please sign in to comment.