Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hints for PostgreSQL setups and non-standard app directories #3231

Merged
merged 4 commits into from Apr 24, 2023

Conversation

dvanzuijlekom
Copy link
Contributor

  • Added hints for PostgreSQL setups
  • Added hints for non-standard app directories, e.g. /opt/huginn
  • Minor formatting/typo changes

@knu knu requested a review from dsander April 23, 2023 03:05
DATABASE_PASSWORD='$password'
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_SOCKET=/var/run/postgresql/.s.PGSQL.5432
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think this is redundant with DATABASE_HOST, I don't know which one takes precedence by default, but I am pretty sure using either of the two options would be enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know about the precedence, I just tried to keep the PostgreSQL stanza in line with the MySQL/MariaDB example which was already present.

doc/manual/installation.md Outdated Show resolved Hide resolved
@knu knu merged commit c342f32 into huginn:master Apr 24, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants