l. 25.10 cloud
This commit is contained in:
parent
859afea217
commit
9d3f6fa112
4
__n1
4
__n1
|
@ -3,6 +3,6 @@ sudo docker run --rm \
|
|||
--privileged \
|
||||
-p 9999:9999 \
|
||||
-p 8888:8888 \
|
||||
-v /home/user/work/fapi/fapi/src:/home/user/fapi \
|
||||
--name f1 \
|
||||
-v $(pwd):/home/user/fapi\
|
||||
--name b1 \
|
||||
fapi bash
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
set-option -g prefix C-s
|
||||
set-option -g prefix C-e
|
||||
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
|
||||
|
||||
#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(
|
||||
SQLALCHEMY_DATABASE_URL,
|
||||
|
|
Loading…
Reference in New Issue