Created
November 9, 2020 23:28
-
-
Save AntonioCS/96b81cd525deb99d477f2fe2ec6f06f8 to your computer and use it in GitHub Desktop.
Revisions
-
AntonioCS created this gist
Nov 9, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ###### DO NOT EDIT THIS FILE ###### Use "make params" to create parameters.inc and do the changes there. ###### If you want to simply add something just do: var_name += new_data ###### Or if you want to overwrite you can just do: var_name = data #Mysql data for logging mysql_user= #Only put the password in dev environment (if there is no password it will be asked) mysql_pass= mysql_log_file=//application/mysql_query.log #Networks networks= #Ex.: #networks=docker-network1 \ # docker-network2