Compare commits
1 Commits
mpabi
...
mpabi-p25.
Author | SHA1 | Date |
---|---|---|
mpabi | 9d3f6fa112 |
4
__n1
4
__n1
|
@ -3,6 +3,6 @@ sudo docker run --rm \
|
||||||
--privileged \
|
--privileged \
|
||||||
-p 9999:9999 \
|
-p 9999:9999 \
|
||||||
-p 8888:8888 \
|
-p 8888:8888 \
|
||||||
-v /home/user/work/fapi/fapi/src:/home/user/fapi \
|
-v $(pwd):/home/user/fapi\
|
||||||
--name f1 \
|
--name b1 \
|
||||||
fapi bash
|
fapi bash
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
set-option -g prefix C-s
|
set-option -g prefix C-e
|
||||||
set -s set-clipboard on
|
set -s set-clipboard on
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@ from sqlalchemy.ext.declarative import declarative_base
|
||||||
from sqlalchemy.orm import sessionmaker
|
from sqlalchemy.orm import sessionmaker
|
||||||
|
|
||||||
#SQLALCHEMY_DATABASE_URL = "sqlite:///./test.db" # Dla SQLite
|
#SQLALCHEMY_DATABASE_URL = "sqlite:///./test.db" # Dla SQLite
|
||||||
SQLALCHEMY_DATABASE_URL = "mysql+mysqldb://root:secret@172.19.0.4:3306/test"
|
SQLALCHEMY_DATABASE_URL = "mysql+mysqldb://root:secret@172.18.0.4:3306/test"
|
||||||
|
|
||||||
engine = create_engine(
|
engine = create_engine(
|
||||||
SQLALCHEMY_DATABASE_URL,
|
SQLALCHEMY_DATABASE_URL,
|
||||||
|
|
Loading…
Reference in New Issue