Skip to content

Commit 15510aa

Browse files
committed
chore: clean up default variables in Taskfile.yml
1 parent d228cdc commit 15510aa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Taskfile.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ vars:
1616
PROJECT_NAME: '{{.PROJECT_NAME | default "angular"}}'
1717
PROJECT_VERSION: '1.0.0'
1818
ENVIRONMENT: '{{.ENVIRONMENT | default "development"}}'
19-
SWARM_DEFAULT_ADDR_POOL: '{{.IPSWARM | default "10.20.0.0/16"}}'
20-
SWARM_ADVERTISE_ADDR: '{{.ADVERTISEADDR | default "192.168.1.46"}}'
2119
STACK_NAME: '{{.STACK | default "angular"}}'
22-
FOLDERSQL: '{{.FOLDERSQL | default "database_init"}}'
23-
FILESQL: '{{.FILESQL | default "dump.sql"}}'
24-
FOLDERLAMPY: '{{.FOLDERLAMPY | default "angular"}}'
20+
FOLDERLAMPY: '{{.FOLDERLAMPY | default "lampy"}}'
2521
DOCKERCOMPOSEFILE: '{{.DOCKERCOMPOSEFILE | default "docker-compose.yml"}}'
2622

2723
tasks:

0 commit comments

Comments
 (0)