fix: auto generated secret key to only generate hexadecimal characters (#1133)
This commit is contained in:
parent
e526a01295
commit
a16514ed11
1 changed files with 2 additions and 1 deletions
1
setup.sh
1
setup.sh
|
|
@ -5,6 +5,7 @@ cp ./.env.example ./.env
|
|||
export LC_ALL=C
|
||||
export LC_CTYPE=C
|
||||
|
||||
|
||||
# Generate the NEXT_PUBLIC_API_BASE_URL with given IP
|
||||
echo -e "\nNEXT_PUBLIC_API_BASE_URL=http://$1" >> ./.env
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue