Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 6, 2018
2 parents 65fbf51 + c81cf41 commit efe91bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Describe your issue here.

### Your environment
- [ ] api.tinode.co
- [ ] Your wn setup:
- [ ] Your own setup:
* platform (Windows, Mac, Linux etc)
* version of tinode server
* database backend
Expand Down
3 changes: 3 additions & 0 deletions docker/tinode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ENV TARGET_DB=$TARGET_DB
# An option to reset database.
ENV RESET_DB=false

# The MYSQL DSN connection.
ENV MYSQL_DSN='root@tcp(mysql)/tinode'

# Disable chatbot plugin by default.
ENV PLUGIN_PYTHON_CHAT_BOT_ENABLED=false

Expand Down
2 changes: 1 addition & 1 deletion docker/tinode/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"adapters": {
"mysql": {
"database": "tinode",
"dsn": "root@tcp(mysql)/tinode?parseTime=true"
"dsn": "$MYSQL_DSN?parseTime=true"
},
"rethinkdb": {
"database": "tinode",
Expand Down

0 comments on commit efe91bc

Please sign in to comment.