-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
38 lines (36 loc) · 1.31 KB
/
env.example
File metadata and controls
38 lines (36 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# .env file
#Portworx
PX_BACKUP_API_URL=your-api-url.example.com
PX_BACKUP_ORG_ID=your-org-id
PX_BACKUP_TOKEN=your-token-if-not-generating
# Or for token generation:
# PX_AUTH_URL=your-auth-url.example.com
# PX_CLIENT_ID=px-backup
# PX_USERNAME=your-username
# PX_PASSWORD=your-secret-password
# Awx/Tower scripts
TOWER_TOKEN=token
TOWER_URL=url
# to run the awx migrator
# TOWER_HOST --tower-host Database host
# TOWER_PORT --tower-port Database port
# TOWER_DB --tower-db Database name
# TOWER_USER --tower-user Database username
# TOWER_PASSWORD --tower-password Database password
# TOWER_SECRET_KEY --secret-key Tower SECRET_KEY
# TOWER_CONFIG_PATH --config-path Tower config directory
# TOWER_OUTPUT_FILE --output-file Output file path
# TOWER_DEBUG --debug Enable debug mode
# TOWER_DRY_RUN --dry-run Enable dry run mode
# Vault
# VAULT_ADDR="http://vault:8200"
# VAULT_TOKEN="your-vault-token"
# Optional: Vault namespace for Enterprise installations
# VAULT_NAMESPACE="your-namespace"
# Vault Namespace Review Configuration
# Optional: Debug mode for vault scripts (true/false, defaults to false)
# VAULT_DEBUG=false
# Optional: Output directory for vault review results (defaults to current directory)
# VAULT_OUTPUT_DIR=./output
# Optional: Log level for vault scripts (DEBUG, INFO, WARNING, ERROR, CRITICAL)
# VAULT_LOG_LEVEL=INFO