⚙️ Configuración o primeros pasos
Configuración básica
Configuración de la base de datos
#localhost, ip, etc...
HOST=
USER=
PASSWORD=
DB_NAME=
# Support MySQL, pgsl(Postgres)
DRIVER=
CHARSET=utf8
COLLATION=utf8_general_ci
#For example in postgres used the schema and end on dot, public.
PREFIX=
#If not set, use the default of the database set driver
PORT=
Last updated
Was this helpful?