Skip to content

Instantly share code, notes, and snippets.

@AntonioCS
Created November 9, 2020 23:28
Show Gist options
  • Select an option

  • Save AntonioCS/96b81cd525deb99d477f2fe2ec6f06f8 to your computer and use it in GitHub Desktop.

Select an option

Save AntonioCS/96b81cd525deb99d477f2fe2ec6f06f8 to your computer and use it in GitHub Desktop.

Revisions

  1. AntonioCS created this gist Nov 9, 2020.
    16 changes: 16 additions & 0 deletions parameters.inc.dist
    Original 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