Skip to content

Commit

Permalink
fix: add mising example secret (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi authored Oct 16, 2023
1 parent 4c63b2f commit 75f46e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/components/apps/NewAppDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ export default function NewAppDialog(props: {
value: 'postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}',
comment: 'This is an example secret.',
},
{
key: 'DB_USER',
value: 'postgres',
comment: 'This is an example secret.',
},
{
key: 'DB_HOST',
value: 'mc-laren-prod-db.c9ufzjtplsaq.us-west-1.rds.amazonaws.com',
Expand Down

0 comments on commit 75f46e8

Please sign in to comment.