diff --git a/flame/.env.example b/flame/.env.example new file mode 100644 index 0000000..4861795 --- /dev/null +++ b/flame/.env.example @@ -0,0 +1,2 @@ +FLAME_PASSWORD=password_goes_here +FLAME_ROUTERS_RULE=Host(`domain_goes_here`) || Host(`domain_goes_here`)