Namdak Tonpa 6 years ago
parent
commit
4497e87e06
3 changed files with 5 additions and 6 deletions
  1. 1 1
      include/config.hrl
  2. 2 2
      man/kvs.htm
  3. 2 3
      man/kvs_stream.htm

+ 1 - 1
include/config.hrl

@@ -3,7 +3,7 @@
 
 -record(config, {key, value=[]}).
 
--define(DBA, kvs:config(dba)).
+-define(DBA, (application:get_env(kvs,dba,store_mnesia))).
 -define(MQ, (kvs:config(kvs,mq,kvs))).
 
 -endif.

+ 2 - 2
man/kvs.htm

@@ -7,7 +7,7 @@
     <meta name="description" content="" />
     <meta name="author" content="Maxim Sokhatsky" />
     <title>KVS</title>
-    <link rel="stylesheet" href="https://synrc.space/synrc.css" />
+    <link rel="stylesheet" href="../synrc.css" />
 </head>
 
 <body>
@@ -19,7 +19,7 @@
 </nav>
 
 <header>
-    <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
+    <a href="../index.html"><img src="../Synrc Neo.svg"></a>
     <h1>KVS</h1>
 </header>
 

+ 2 - 3
man/kvs_stream.htm

@@ -7,7 +7,7 @@
     <meta name="description" content="" />
     <meta name="author" content="Maxim Sokhatsky" />
     <title>KVS</title>
-    <link rel="stylesheet" href="https://synrc.space/synrc.css" />
+    <link rel="stylesheet" href="../synrc.css" />
 </head>
 
 <body>
@@ -19,7 +19,7 @@
 </nav>
 
 <header>
-    <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
+    <a href="../index.html"><img src="../Synrc Neo.svg"></a>
     <h1>STREAM</h1>
 </header>
 
@@ -68,7 +68,6 @@
       as this module is self-containing.
       The possible applications are: public and private feeds, FIFO queues,
    unread messages, chat applications, blockchain, etc.<br><br>
-        <img src="https://n2o.space/img/Erlang.png" width=50></p>
 
     </section>
     <section>