-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qto-220717175515 change from product version dir to product dir - che…
…ck-perl-syntax ok
- Loading branch information
1 parent
c903154
commit 803d347
Showing
265 changed files
with
1,495 additions
and
2,307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"env" : { | ||
"db" : { | ||
"root_pwd" : "c7RN8xzWpW9h", | ||
"postgres_db_useradmin" : "usrldeqtoadmin", | ||
"postgres_db_port" : "15432", | ||
"postgres_db_useradmin_pw" : "bs0HvcKhTBUO", | ||
"postgres_db_user" : "usrldeqtoapp", | ||
"app_user_pwd" : "yE96SvxujCer", | ||
"project_databases" : "lde_qto, lde_ldeel_pro", | ||
"postgres_db_name" : "lde_qto", | ||
"postgres_usr_pw" : "UdDIXogL2yvA", | ||
"postgres_db_host" : "127.0.0.1", | ||
"postgres_os_usr_pw" : "id7V2RKblIwo", | ||
"postgres_db_user_pw" : "u46SLhBNzxys", | ||
"postgres_sys_usr_admin_pw" : "oS6eRolHb9qH", | ||
"AdminEmail" : "dcW6rFF9jwLI" | ||
}, | ||
"app" : { | ||
"web_host" : "host-name", | ||
"mojo_morbo_port" : "3001", | ||
"mojo_hypnotoad_port" : "8078", | ||
"postgres_db_name" : "lde_qto", | ||
"num_of_workers" : "2", | ||
"inactivity_timeout" : "60", | ||
"https_port" : "441", | ||
"port" : "8078", | ||
"ht_protocol" : "http", | ||
"nginx_port" : "78", | ||
"ws_protocol" : "ws" | ||
}, | ||
"log" : { | ||
"LogDir" : "$ProductDir/dat/log", | ||
"LogToFile" : 1, | ||
"PrintDebugMsgs" : 1, | ||
"LogFile" : "$LogDir/$ProductName.%YYYY%.%MM%.%DD%.log", | ||
"TimeFormat" : "YYYY-MM-DD hh:mm:ss", | ||
"LogTimeToTextSeparator" : ":::", | ||
"PrintWarningMsgs" : 1, | ||
"PrintConsoleMsgs" : 1, | ||
"PrintInfoMsgs" : 1, | ||
"PrintErrorMsgs" : 1, | ||
"PrintTraceMsgs" : 1 | ||
}, | ||
"ssh" : { | ||
"ssh_key_pair_file" : "~/.ssh/key-pair-qto-amzn.pem", | ||
"launch_dir" : "/home/ubuntu/dat/tmp", | ||
"ssh_server" : "lde.qto.fi", | ||
"ssh_user" : "ubuntu" | ||
}, | ||
"redis" : { | ||
"server" : "127.0.0.1", | ||
"port" : "16379" | ||
}, | ||
"aws" : { | ||
"AdminEmail" : "yordan.georgiev@gmail.com", | ||
"bucket" : "qto.fi", | ||
"AWS_DEFAULT_REGION" : "eu-west-1", | ||
"AWS_SECRET_ACCESS_KEY" : "WFwdysUn6mJx", | ||
"pem_key_fpath" : "~/.ssh/id_rsa.aws-ec2.qto.lde", | ||
"ssh_key_pair_file" : "~/.ssh/key-pair-qto-amzn.pem", | ||
"availability_zone" : "eu-west-1c", | ||
"AWS_ACCESS_KEY_ID" : "LAvD3tWm1V6M" | ||
}, | ||
"git" : { | ||
"git_clone_url" : "git@github.com:YordanGeorgiev/qto.git", | ||
"private_key_file" : "~/.ssh/id_rsa.ysg" | ||
}, | ||
"ENV_TYPE" : "lde" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# # usage: include it in your Makefile | ||
# include <<file-path>> | ||
# | ||
# # function usage example: | ||
# | ||
# uninstall-csitea-web: | ||
# $(call uninstall-img,csitea-web,80) | ||
|
||
|
||
define uninstall-img | ||
@clear | ||
-@docker container stop $$(docker ps -aqf "name=${product}-${1}-con") 2> /dev/null | ||
-@docker container rm $$(docker ps -aqf "name=${product}-${1}-con") 2> /dev/null | ||
endef | ||
|
Oops, something went wrong.