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 support for postgresql and other minor fixes #23

Merged
merged 4 commits into from
Sep 17, 2017

Commits on Sep 15, 2017

  1. allow defining the charset to use

    Defaults to the value indicated as to be used in the etherpad
    documentation, seems to be the default value in ueberDB.
    vincent-hatakeyama committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    007cbe4 View commit details
    Browse the repository at this point in the history
  2. Add support for postgresql

    - Add variable for database type
    - Update documentation
    - Create database if it does not exist
    vincent-hatakeyama committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    a477338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    832e5a5 View commit details
    Browse the repository at this point in the history
  4. Remove sessionKey from settings as it is deprecated

    When starting, etherpad-lite indicates: “Declaring the sessionKey in the
    settings.json is deprecated. This value is auto-generated now. Please remove
    the setting from the file.”
    vincent-hatakeyama committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    3868816 View commit details
    Browse the repository at this point in the history