mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-17 21:25:41 +02:00
Notably, we try to reduce disk usage by standardizind on common base Docker images. We also improve node_modules by reducing duplicate dependencies and install speed.
5 lines
232 B
Plaintext
5 lines
232 B
Plaintext
PROXY_USERS="user1:pwd1,user2:pwd2"
|
|
|
|
# This should fit most local development environments with Docker.
|
|
# Do NOT reuse these credentials in production.
|
|
PROXY_SOURCE_IP_WHITELIST="127.0.0.1/32,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16" |