Skip to content
Snippets Groups Projects
Commit 09751ec8 authored by furion's avatar furion
Browse files

Makefile update

parent 3c57c50f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ ROOT_DIR := $(shell pwd)
PROJECT_NAME := hive
PROJECT_DOCKER_TAG := steemit/$(PROJECT_NAME)
PROJECT_DOCKER_RUN_ARGS := --link steemit_mysql:db
PROJECT_DOCKER_RUN_ARGS := --link steemit_mysql:mysql
default: build
......
......@@ -162,7 +162,7 @@ hive_accounts_cache = sa.Table('hive_accounts_cache', metadata,
mysql_engine='InnoDB',
mysql_default_charset='utf8mb4')
_url = 'mysql://root:root_password@172.17.0.2:3306/testdb'
_url = 'mysql://root:root_password@mysql:3306/testdb'
logging.basicConfig()
logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO)
......
# -*- coding: utf-8 -*-
from hive import *
from hivetools import *
# pylint: disable=unused-import,unused-variable
def test_import():
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment