big juicy update
This commit is contained in:
parent
b58086263b
commit
1b6651c8e0
5 changed files with 101 additions and 11 deletions
|
|
@ -1,4 +1,8 @@
|
|||
PORT=8080
|
||||
LISTEN_NETWORK=tcp
|
||||
LISTEN_ADDRESS=:8080
|
||||
# Only used when LISTEN_NETWORK=unix
|
||||
UNIX_SOCKET_PERM=0660
|
||||
DATABASE_URL=postgres://postgres:postgres@localhost:5432/skills_market?sslmode=disable
|
||||
STORAGE_DIR=uploads
|
||||
DEV_MODE=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue