https://github.com/synodriver/pyforum
forum engine written with fastapi
https://github.com/synodriver/pyforum
Last synced: about 1 year ago
JSON representation
forum engine written with fastapi
- Host: GitHub
- URL: https://github.com/synodriver/pyforum
- Owner: synodriver
- Created: 2024-01-06T18:03:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T12:41:21.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:23:49.523Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
### 准备你自己的.env文件
```bash
redis_url=redis://192.168.0.5:6379/10
sqlite=sqlite+aiosqlite:///./pyforum/data.db
# pg_dsn=postgresql+asyncpg://user:password@127.0.0.1/db
debug=True
```
#### 参考config.py中Settings的字段,也可以直接设置环境变量