faster-app 0.0.10__py3-none-any.whl → 0.0.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- faster_app/.env.example +23 -0
- faster_app/__init__.py +1 -1
- {faster_app-0.0.10.dist-info → faster_app-0.0.11.dist-info}/METADATA +1 -1
- {faster_app-0.0.10.dist-info → faster_app-0.0.11.dist-info}/RECORD +8 -7
- {faster_app-0.0.10.dist-info → faster_app-0.0.11.dist-info}/WHEEL +0 -0
- {faster_app-0.0.10.dist-info → faster_app-0.0.11.dist-info}/entry_points.txt +0 -0
- {faster_app-0.0.10.dist-info → faster_app-0.0.11.dist-info}/licenses/LICENSE +0 -0
- {faster_app-0.0.10.dist-info → faster_app-0.0.11.dist-info}/top_level.txt +0 -0
faster_app/.env.example
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
# 项目配置示例文件
|
2
|
+
# 复制此文件为 .env 并根据需要修改配置
|
3
|
+
|
4
|
+
# 项目基本信息
|
5
|
+
PROJECT_NAME=Faster APP
|
6
|
+
DEBUG=true
|
7
|
+
|
8
|
+
# 服务器配置
|
9
|
+
HOST=0.0.0.0
|
10
|
+
PORT=8000
|
11
|
+
|
12
|
+
# 数据库配置
|
13
|
+
DB_TYPE=sqlite
|
14
|
+
DB_HOST=localhost
|
15
|
+
DB_PORT=3306
|
16
|
+
DB_USER=
|
17
|
+
DB_PASSWORD=
|
18
|
+
DB_DATABASE=faster_app
|
19
|
+
|
20
|
+
# 安全配置
|
21
|
+
SECRET_KEY=your-secret-key-here-please-change-in-production
|
22
|
+
ALGORITHM=HS256
|
23
|
+
ACCESS_TOKEN_EXPIRE_MINUTES=30
|
faster_app/__init__.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
faster_app
|
1
|
+
faster_app/.env.example,sha256=XMTXjcdM6hWwQiK9gSkWM9NxkryCCgWAVXvEEZRXCZk,413
|
2
|
+
faster_app/__init__.py,sha256=IVOY61KpsxnnVHv_KZ57SC4ieRdqcx-tuxraibbejZ0,1426
|
2
3
|
faster_app/base.py,sha256=8350gBg_GkW_ww_lDvIOODFOJ71_yowQ5gd_tMTPrQ8,4035
|
3
4
|
faster_app/db.py,sha256=uG4k_eSy5C2MP7DF-senxI10sLAGrLkgmBRFfH_91kY,994
|
4
5
|
faster_app/main.py,sha256=En5hYXB-wbcnEFmQ6mmMlwnO1y-SM5nFcLsMN9dZk4s,613
|
@@ -27,9 +28,9 @@ faster_app/templates/apps/demo/commands.py,sha256=KECFqPzxn46qpveRARoxyyYk_ZVZ-R
|
|
27
28
|
faster_app/templates/apps/demo/models.py,sha256=RfodpzyDfhwbfxfRg_qMwTVFjV7n8uLfJTFsCaWUNHs,328
|
28
29
|
faster_app/templates/apps/demo/routes.py,sha256=Ye1IsU-xDox33IETZQ4K2LLIWkeby9whzVmQqB9JaFY,270
|
29
30
|
faster_app/templates/config/settings.py,sha256=2Q58pumllN5a09mem3bPy-z65Jy5NTTicN4KjGJ-sY8,182
|
30
|
-
faster_app-0.0.
|
31
|
-
faster_app-0.0.
|
32
|
-
faster_app-0.0.
|
33
|
-
faster_app-0.0.
|
34
|
-
faster_app-0.0.
|
35
|
-
faster_app-0.0.
|
31
|
+
faster_app-0.0.11.dist-info/licenses/LICENSE,sha256=VlZLv92YNpRecXnQ92BsEhMZK0zX453xnBFta4eGPRE,1073
|
32
|
+
faster_app-0.0.11.dist-info/METADATA,sha256=-Th6xDfGCAqDMWqpensShd4EV_ecUkO-9EyIR1IqEEE,7383
|
33
|
+
faster_app-0.0.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
34
|
+
faster_app-0.0.11.dist-info/entry_points.txt,sha256=7PnCc_r0NYS1RU2OKbdod2sJBdUt8-JpmCCQSt0OLPs,52
|
35
|
+
faster_app-0.0.11.dist-info/top_level.txt,sha256=Ah5KB3gcZwXCVsxO8kQtaC0Y7Uy__QFm1p_RJGo5UIU,11
|
36
|
+
faster_app-0.0.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|