Skip to content

Instantly share code, notes, and snippets.

@AntonioCS
Created November 9, 2020 23:28
Show Gist options
  • Save AntonioCS/96b81cd525deb99d477f2fe2ec6f06f8 to your computer and use it in GitHub Desktop.
Save AntonioCS/96b81cd525deb99d477f2fe2ec6f06f8 to your computer and use it in GitHub Desktop.
This is to be used in the Makefile
###### 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