Merge branch 'hotfix/2.8.1' into develop
This commit is contained in:
commit
8042810e42
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ REDIS_SENTINEL_MASTER_NAME=
|
||||||
# Postgres Database config variables
|
# Postgres Database config variables
|
||||||
# You can leave POSTGRES_DATABASE blank. The default name of
|
# You can leave POSTGRES_DATABASE blank. The default name of
|
||||||
# the database in the production environment is chatwoot_production
|
# the database in the production environment is chatwoot_production
|
||||||
POSTGRES_DATABASE=
|
# POSTGRES_DATABASE=
|
||||||
POSTGRES_HOST=postgres
|
POSTGRES_HOST=postgres
|
||||||
POSTGRES_USERNAME=postgres
|
POSTGRES_USERNAME=postgres
|
||||||
POSTGRES_PASSWORD=
|
POSTGRES_PASSWORD=
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
shared: &shared
|
shared: &shared
|
||||||
version: '2.8.0'
|
version: '2.8.1'
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *shared
|
<<: *shared
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@chatwoot/chatwoot",
|
"name": "@chatwoot/chatwoot",
|
||||||
"version": "2.8.0",
|
"version": "2.8.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"eslint": "eslint app/**/*.{js,vue}",
|
"eslint": "eslint app/**/*.{js,vue}",
|
||||||
|
|
Loading…
Reference in a new issue