generated from alecodes/base-template
feat: add sources form and table
This commit is contained in:
parent
e2a6c92322
commit
baf70e6820
11 changed files with 103 additions and 8 deletions
|
|
@ -3,3 +3,5 @@ POSTGRES_USER=index
|
|||
POSTGRES_PASSWORD=
|
||||
|
||||
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}?sslmode=disable"
|
||||
|
||||
SQLPAGE_WEB_ROOT=app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue