- domains and servers in domains.env are mapped 1:1 - moved domains.env to ./files/domains.env - renamed kweb to web for a more generic approach
5 lines
147 B
Bash
5 lines
147 B
Bash
# domains are seperated with \n
|
|
DOMAINS=example.com www api test
|
|
# server values are seperated with ' ' (space) (one server per domain)
|
|
SERVER=web
|