Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.
This repository was archived by the owner on May 20, 2024. It is now read-only.

Karrot to connect to postgres via unix domain socket #21

@nicksellen

Description

@nicksellen

On the server I added a couple of lines into /etc/postgresql/13/main/pg_hba.conf

local fstool-dev fstool-dev md5
local karrot-world fstool md5

And then in .env (or karrot.env in here...) just adding:

DATABASE_HOST=

(as blank means try unix domain socket see https://docs.djangoproject.com/en/4.2/ref/settings/#host)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions