From fae31bdb659b4b14322136e045ea565d38bbd04f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 29 Dec 2020 21:41:47 +0100 Subject: Dynamic width --- blog/hash_prod/hash_blog.ml | 1 + blog/hash_prod/hash_localhost.ml | 1 + 2 files changed, 2 insertions(+) create mode 100755 blog/hash_prod/hash_blog.ml create mode 100755 blog/hash_prod/hash_localhost.ml (limited to 'blog/hash_prod') diff --git a/blog/hash_prod/hash_blog.ml b/blog/hash_prod/hash_blog.ml new file mode 100755 index 0000000..f5e172e --- /dev/null +++ b/blog/hash_prod/hash_blog.ml @@ -0,0 +1 @@ +let expected_host = [%static_hash "blog.chimrod.com"] diff --git a/blog/hash_prod/hash_localhost.ml b/blog/hash_prod/hash_localhost.ml new file mode 100755 index 0000000..c652b6a --- /dev/null +++ b/blog/hash_prod/hash_localhost.ml @@ -0,0 +1 @@ +let expected_host = [%static_hash ""] -- cgit v1.2.3