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 PGAGROAL_FALLBACK_CONFIGURATION_PATH #487

Open
jesperpedersen opened this issue Dec 2, 2024 · 0 comments
Open

Add PGAGROAL_FALLBACK_CONFIGURATION_PATH #487

jesperpedersen opened this issue Dec 2, 2024 · 0 comments
Labels
community Issue that can be picked up by the community enhancement Improvement to an existing feature

Comments

@jesperpedersen
Copy link
Collaborator

#ifdef HAVE_FREEBSD
    #define PGAGROAL_DEFAULT_CONFIGURATION_PATH "/usr/local/etc/pgagroal/"
    #define PGAGROAL_FALLBACK_CONFIGURATION_PATH "/etc/pgagroal/"
#else
    #define PGAGROAL_DEFAULT_CONFIGURATION_PATH "/etc/pgagroal/"
    #define PGAGROAL_FALLBACK_CONFIGURATION_PATH "/usr/local/etc/pgagroal/"
#endif
@jesperpedersen jesperpedersen added enhancement Improvement to an existing feature community Issue that can be picked up by the community labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Issue that can be picked up by the community enhancement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant