-
Notifications
You must be signed in to change notification settings - Fork 1
/
cookiecutter.json
34 lines (29 loc) · 1.13 KB
/
cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"project_name": "zealot_example",
"api_name": "zealot",
"author": "Zealot <[email protected]>",
"description": "My life for aiur!",
"license": ["MIT", "BSD-3", "GNU GPL v3.0", "Apache Software License 2.0"],
"license_owner": "ZEALOT[CHANGE ME]",
"license_header": "",
"python_version": "3.10.5",
"django_version": "<4",
"drf_version": "^3.12.4",
"node_version": "16.15",
"npm_version": "8.14.0",
"mysql_version": "8.0.28-1.2.7-server",
"prefer_debian_registry": ["https://mirrors.cloud.tencent.com/debian"],
"prefer_pypi": ["https://mirrors.tencent.com/pypi/simple/", "https://mirrors.aliyun.com/pypi/simple/", "https://pypi.org/simple/"],
"prefer_docker_registry": ["mirrors.tencent.com"],
"prefer_npm_registry": ["https://mirrors.tencent.com/npm/"],
"local_dev_port": 8001,
"local_dev_db_user": "root",
"local_dev_db_host": "127.0.0.1",
"local_dev_db_port": "3306",
"local_dev_db_name": "{{cookiecutter.api_name}}",
"local_dev_db_password": "",
"with_poetry_install": 1,
"with_build_image": 0,
"with_run_api": 0,
"with_watermark": 1
}