Skip to content

Commit

Permalink
deploy: 93a1d69
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed May 11, 2024
1 parent 128c696 commit c50aeab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions admins/environments.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ <h1 id="environments"><a class="header" href="#environments">Environments</a></h
<p>Hatsu supports dotenv, and you can set environment variables via the <code>.env</code> file.</p>
<p>It is required unless it has a suffix (optional).</p>
<p>However, it may exist as a built-in preset (in the source code) or an example preset (in <a href="https://github.com/importantimport/hatsu/blob/main/.env.example"><code>.env.example</code></a>)</p>
<h2 id="hatsu_env_file"><a class="header" href="#hatsu_env_file">HATSU_ENV_FILE</a></h2>
<ul>
<li>default: <code>/etc/hatsu/.env</code></li>
</ul>
<p>Hatsu will first try to find the dotenv file in the current directory, and if unsuccessful will try to use the path indicated by <code>HATSU_ENV_FILE</code>.</p>
<h2 id="hatsu_database_url"><a class="header" href="#hatsu_database_url">HATSU_DATABASE_URL</a></h2>
<ul>
<li>default: <code>sqlite::memory:</code></li>
Expand Down
5 changes: 5 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,11 @@ <h2 id="artifacts"><a class="header" href="#artifacts">Artifacts</a></h2>
<p>Hatsu supports dotenv, and you can set environment variables via the <code>.env</code> file.</p>
<p>It is required unless it has a suffix (optional).</p>
<p>However, it may exist as a built-in preset (in the source code) or an example preset (in <a href="https://github.com/importantimport/hatsu/blob/main/.env.example"><code>.env.example</code></a>)</p>
<h2 id="hatsu_env_file"><a class="header" href="#hatsu_env_file">HATSU_ENV_FILE</a></h2>
<ul>
<li>default: <code>/etc/hatsu/.env</code></li>
</ul>
<p>Hatsu will first try to find the dotenv file in the current directory, and if unsuccessful will try to use the path indicated by <code>HATSU_ENV_FILE</code>.</p>
<h2 id="hatsu_database_url"><a class="header" href="#hatsu_database_url">HATSU_DATABASE_URL</a></h2>
<ul>
<li>default: <code>sqlite::memory:</code></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit c50aeab

Please sign in to comment.