Merge pull request #25 from yaqiangsun/master
Fix alembic.ini config in README.md
This commit is contained in:
commit
4229620d8d
@ -334,13 +334,13 @@ Redis (推荐使用最新稳定版)
|
||||
[dev]
|
||||
# 开发环境
|
||||
version_locations = %(here)s/alembic/versions_dev
|
||||
sqlalchemy.url = sqlalchemy.url = mysql+pymysql://root:123456@127.0.0.1/kinit
|
||||
sqlalchemy.url = mysql+pymysql://root:123456@127.0.0.1/kinit
|
||||
|
||||
|
||||
[pro]
|
||||
# 生产环境
|
||||
version_locations = %(here)s/alembic/versions_pro
|
||||
sqlalchemy.url = sqlalchemy.url = mysql+pymysql://root:123456@127.0.0.1/kinit
|
||||
sqlalchemy.url = mysql+pymysql://root:123456@127.0.0.1/kinit
|
||||
```
|
||||
|
||||
5. 创建数据库
|
||||
@ -707,4 +707,4 @@ docker-compose ps -a
|
||||
<td><img src="https://k-typora.oss-cn-beijing.aliyuncs.com/kinit/1670077860987.jpg"/></td>
|
||||
<td><img src="https://k-typora.oss-cn-beijing.aliyuncs.com/kinit/1670077870240.jpg"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user