diff --git a/source/.env.example b/source/.env.example index 2617cae..d85e07d 100644 --- a/source/.env.example +++ b/source/.env.example @@ -3,7 +3,7 @@ BOT_API_KEY= # Database # MySQL -DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo +DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo?check_same_thread=False # SQLite # DATABASE_CONNECTION=sqlite:///db.db \ No newline at end of file