-
Notifications
You must be signed in to change notification settings - Fork 36
/
example.env
66 lines (54 loc) · 1.92 KB
/
example.env
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
########################################
# NetObs utility
########################################
LAB_SCENARIO=batteries-included
LAB_SUDO=true
# Replace if needed CEOS_IMAGE with your own ceos image version
# CEOS_IMAGE=ceos:4.31.2F
########################################
# Network Agent (Telegraf)
########################################
# Global tags
ENVIRONMENT=lab
# Creds
NETWORK_AGENT_USER=netobs
NETWORK_AGENT_PASSWORD=netobs123
SNMP_COMMUNITY=public
########################################
# Grafana
########################################
GRAFANA_USER=netobs
GRAFANA_PASSWORD="netobs123"
GRAFANA_RENDERING_RENDER_TOKEN="netobs123"
########################################
# Nautobot
########################################
NAUTOBOT_CONFIG=/opt/nautobot/nautobot_config.py
NAUTOBOT_DB_HOST=nautobot-postgres
NAUTOBOT_DB_NAME=nautobot
NAUTOBOT_DB_PASSWORD=decinablesprewad
NAUTOBOT_DB_USER=nautobot
NAUTOBOT_REDIS_HOST=nautobot-redis
NAUTOBOT_REDIS_PASSWORD=decinablesprewad
NAUTOBOT_CACHEOPS_REDIS=redis://:decinablesprewad@nautobot-redis:6379/1
NAUTOBOT_REDIS_PORT=6379
NAUTOBOT_SECRET_KEY=012345678901234567890123456789012345678901234567890123456789
# Needed for Postgres should match the values for Nautobot above
NAUTOBOT_PGPASSWORD=decinablesprewad
NAUTOBOT_POSTGRES_DB=nautobot
NAUTOBOT_POSTGRES_PASSWORD=decinablesprewad
NAUTOBOT_POSTGRES_USER=nautobot
NAUTOBOT_CREATE_SUPERUSER=true
NAUTOBOT_SUPERUSER_NAME=admin
NAUTOBOT_SUPERUSER_PASSWORD=nautobot123
NAUTOBOT_SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567
########################################
# Prefect Cloud (optional - Chapter 12)
########################################
PREFECT_URL=https://api.prefect.cloud/api/accounts/[ACCOUNT-ID]/workspaces/[WORKSPACE-ID]
PREFECT_KEY=<your_prefect_cloud_key>
########################################
# OpenAI
########################################
OPENAI_API_KEY=<your_token>