14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
|
|
PORT=4200
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
db_type=mysql
|
||
|
|
db_host=mariadb # <-- uso del nombre del servicio, NO IP
|
||
|
|
db_port=3306
|
||
|
|
db_username=root # <-- te conectarás con root
|
||
|
|
db_password=mypass # <-- la misma que MARIADB_ROOT_PASSWORD
|
||
|
|
db_database=formularios_test
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
url_api_correos=http://host.docker.internal:4100 #http://localhost:4100
|