8000 Added Default Values for Copier · Tert0/fastapi-framework-template@36269c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36269c8

Browse files
committed
Added Default Values for Copier
1 parent 57f14b7 commit 36269c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

copier.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ jwt_secret_key:
55
secret: true
66
db_host:
77
type: str
8+
default: db
89
db_port:
910
type: int
1011
default: 5432
1112
db_database:
1213
type: str
1314
db_username:
1415
type: str
16+
default: postgres
1517
db_password:
1618
type: str
1719
secret: true
1820
redis_host:
1921
type: str
20-
default: localhost
22+
default: redis
2123
_answers_file: .copier-answers.yml

0 commit comments

Comments
 (0)
0