|
1
|
# Copy to .env and fill in values before running docker compose up. |
|
2
|
# .env is gitignored — never commit it. |
|
3
|
|
|
4
|
# Required: a random bearer token shared between ergo and scuttlebot. |
|
5
|
# Generate one: openssl rand -hex 32 |
|
6
|
ERGO_API_TOKEN=change-me-use-openssl-rand-hex-32 |
|
7
|
|
|
8
|
# Optional overrides (defaults shown). |
|
9
|
# POSTGRES_PASSWORD=scuttlebot |
|
10
|
# ERGO_NETWORK_NAME=scuttlebot |
|
11
|
# ERGO_SERVER_NAME=irc.scuttlebot.local |
|
12
|
# IRC_PORT=6667 |
|
13
|
# API_PORT=8080 |
|
14
|
|