Skip to content

Instantly share code, notes, and snippets.

@curtishall
Created July 7, 2022 19:24
Show Gist options
  • Save curtishall/5d2a12815d65a7be0c2242d7b940b5a5 to your computer and use it in GitHub Desktop.
Save curtishall/5d2a12815d65a7be0c2242d7b940b5a5 to your computer and use it in GitHub Desktop.
# Bluecherry configuration file
# Used to be sure we don't use configurations not suitable for us
version = "1.0";
bluecherry:
{
db:
{
# 0 = sqlite, 1 = pgsql, 2 = mysql
type = 2;
dbname = "bluecherry";
user = "bluecherry";
password = "bluecherry";
host = "localhost";
userhost = "localhost";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment