Last active
August 6, 2016 15:04
-
-
Save andorp/dc502f653c2b2a55d59e230175b24120 to your computer and use it in GitHub Desktop.
bead.config
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
# N.B.: This is a sample configuration file. It will NOT work as it is, a | |
# login-config must be chosen and the settings must be edited accordingly. | |
user-actions-log: "log/useractions.log" | |
session-timeout: 1200 # sec | |
# This is applicable only if standalone configuration is used. | |
#hostname-for-emails: "http://127.0.0.1:8000" | |
#from-email-address: "[email protected]" | |
default-login-language: "en" | |
default-timezone: "UTC" | |
timezone-info-directory: "/usr/share/zoneinfo" | |
max-upload-size: 128 # KiB | |
developer: yes | |
# Please choose either "standalone" or "single sign-on" | |
# standalone | |
#login-config: | |
# username-regexp: "^[A-Za-z0-9]{6}$" | |
# username-regexp-example: "QUER42" | |
# single sign-on | |
#login-config: | |
# timeout: 5 # ldap query timeout (seconds) | |
# threads: 4 # ldap queries | |
## mapping of queried ldap attributes: | |
# uid-key: 'uid' | |
# name-key: 'name' | |
# email-key: 'email' | |
# When bead is compiled with MySQL support | |
mysql-config: | |
database: 'bead' | |
hostname: 'localhost' | |
port: 3306 | |
username: 'root' | |
password: 'password' | |
pool-size: 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment