Skip to content

Commit

Permalink
fix: change the default charset value
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Jun 8, 2023
1 parent a371ced commit 1bfe19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DB_HOST=mysql
DB_USER=bigcapital
DB_PASSWORD=bigcapital
DB_ROOT_PASSWORD=root
DB_CHARSET=utf-8
DB_CHARSET=utf8

# System database
SYSTEM_DB_NAME=bigcapital_system
Expand Down Expand Up @@ -46,4 +46,4 @@ AGENDASH_AUTH_PASSWORD=123123
# Sign-up restrictions
SIGNUP_DISABLED=true
SIGNUP_ALLOWED_DOMAINS=
SIGNUP_ALLOWED_EMAILS=
SIGNUP_ALLOWED_EMAILS=

1 comment on commit 1bfe19f

@vercel
Copy link

@vercel vercel bot commented on 1bfe19f Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.