diff options
Diffstat (limited to 'create_service.sh')
-rwxr-xr-x | create_service.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/create_service.sh b/create_service.sh index ee01e7d..7f6766c 100755 --- a/create_service.sh +++ b/create_service.sh @@ -12,9 +12,9 @@ prompt_with_default() { DNS_ENDPOINT=$(prompt_with_default "Enter DNS endpoint" "https://hatecomputers.club/dns") BIND_FILE=$(prompt_with_default "Enter bind file path" "roles/nameservers/templates/db.simponic.xyz.j2") -SERVICE_TITLE=$(prompt_with_default "Enter service title" "phoneof simponic.") -SERVICE=$(prompt_with_default "Enter service name" "phoneof") -SERVICE_PORT=$(prompt_with_default "Enter service port" "6363") +SERVICE_TITLE=$(prompt_with_default "Enter service title" "whois simponic.") +SERVICE=$(prompt_with_default "Enter service name" "whois") +SERVICE_PORT=$(prompt_with_default "Enter service port" "8466") SERVICE_REPO=$(prompt_with_default "Enter service repository URL" "git.simponic.xyz/simponic/$SERVICE") SERVICE_ORIGIN=$(prompt_with_default "Enter service origin URL" "git@git.simponic.xyz:simponic/$SERVICE") INTERNAL=$(prompt_with_default "Is the service internal? (yes/no)" "no") |