Created
November 9, 2020 23:28
-
-
Save AntonioCS/96b81cd525deb99d477f2fe2ec6f06f8 to your computer and use it in GitHub Desktop.
This is to be used in the Makefile
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 characters
###### 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment