Primeiro commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: sla-separacao-env
|
||||
namespace: ci-cd
|
||||
type: Opaque
|
||||
stringData:
|
||||
DB_HOST: "10.77.77.10"
|
||||
DB_PORT: "1433"
|
||||
DB_NAME: "GINSENG"
|
||||
DB_USER: "suprimentos"
|
||||
DB_PASSWORD: "trocar-antes-de-aplicar"
|
||||
DB_ENCRYPT: "true"
|
||||
DB_TRUST_SERVER_CERT: "true"
|
||||
DB_SERVER_NAME: "sqlserver.local"
|
||||
SESSION_SECRET: "trocar-por-um-segredo-longo-com-32-caracteres-ou-mais"
|
||||
Reference in New Issue
Block a user