Sign inSign up

dandevaud/menuplanner

By dandevaud

Updated over 1 year ago

MenuPlanner app

Image
0

100K+

dandevaud/menuplanner repository overview

Create a settings.json (or settings.$ENVIRONMENT.json) file and add it to the /app/config/ folder. settings file should contain:
{
"Data": {
"Type": put your db Type here, i.e. MariaDB,
"ServerVersion": ServerVersion goes here,
"Server": add the ip-address of the server,
"Database": database name,
"Port": port,
"User": username,
"Password":password
},
"Auth": {
"Type": put your db Type here, i.e. MariaDB,
"ServerVersion": ServerVersion goes here,
"Server": add the ip-address of the server,
"Database": database name,
"Port": port,
"User": username,
"Password":password
}
}

Currently only MariaDB, MySql* and SqLite are possible Database types
*MySql is untested

Tag summary

Content type

Image

Digest

sha256:af09e7fba

Size

209.9 MB

Last updated

over 1 year ago

docker pull dandevaud/menuplanner