This commit is contained in:
2024-08-30 17:29:47 +05:30
parent 9a75e67cfa
commit 53198d4d0f
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#This is an example of secret environmental variables
#original environmental variable should be created with .env filename
DOMAIN = "Your Domain Name Here" DOMAIN = "Your Domain Name Here"
DB_HOST = "Your Database Host Name Her" DB_HOST = "Your Database Host Name Her"
DB_USER = "Your Database Username Here" DB_USER = "Your Database Username Here"

View File

@@ -6,7 +6,7 @@
<span>Xeorl</span> <span>Xeorl</span>
</div> </div>
<div class="version-number"> <div class="version-number">
<span>2.1.0</span> <span>2.1.1</span>
</div> </div>
<nav> <nav>
<ul> <ul>