Major Improvemnts
This commit is contained in:
11
README.md
11
README.md
@@ -210,6 +210,14 @@ Ponto de atencao: embora os secrets sejam armazenados no OCI Vault, valores gera
|
||||
|
||||
## Instalação SEI
|
||||
|
||||
### Criação de workspace do Terraform
|
||||
|
||||
```
|
||||
terraform workspace new hml|dev|prod
|
||||
terraform workspace select hml|dev|prod
|
||||
terraform init| plan | apply --var-file="environments/xxx-terraform.tfvars"
|
||||
```
|
||||
|
||||
### Criação de usuários no MySQL
|
||||
|
||||
```
|
||||
@@ -220,4 +228,5 @@ GRANT ALL PRIVILEGES ON sei.* TO 'sei_user'@'%';
|
||||
GRANT ALL PRIVILEGES ON sip.* TO 'sip_user'@'%';
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user