-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow changing webroot in configure step (closes #27)
- Loading branch information
Nunzio Tocci
committed
Feb 10, 2018
1 parent
9cb01f1
commit bb3e149
Showing
6 changed files
with
124 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| # For a full explanation of your options, please consult the man page for pgManage. | ||
| # | ||
| # man pgmanage | ||
|
|
||
| # Link to file with list of connections. | ||
| connection_file = @prefix@/etc/pgmanage/pgmanage-connections.conf | ||
|
|
||
| # When set to true, allow users to connect to a custom connection string from the login screen. | ||
| # allow_custom_connections = false | ||
|
|
||
| # Port number for pgmanage to listen on. | ||
| # pgmanage_port = 8080 | ||
|
|
||
| # When set to true, a user must be a superuser to login. False means everyone can login. | ||
| # super_only = false | ||
|
|
||
| # Unless a user has this group, they can't login. No group means that no group is required to login. | ||
| # login_group = | ||
|
|
||
| # Number of seconds of inactivity before user is automatically logged out. 3600 seconds is 1 hour. | ||
| # login_timeout = 0 | ||
|
|
||
| # Location of the web_root where the pgManage pages are. | ||
| web_root = @webroot@ | ||
|
|
||
| # Where the the sql tabs are stored. | ||
| # sql_root = ~/.pgmanage/sql | ||
|
|
||
| # Cert and key file for https. If you have tls cert and key files, pgmanage will only listen on https. Otherwise pgmanage listens on http. | ||
| # tls_cert = | ||
| # tls_key = | ||
|
|
||
| # Verbosity of logs. Log level can be error, warn, notice, info. | ||
| # log_level = error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.