Browse Source

Updates for config file

stucked_s 1 year ago
parent
commit
a2454a5c76
3 changed files with 3 additions and 1 deletions
  1. 2 0
      README.md
  2. 0 0
      _config
  3. 1 1
      bin/install.sh

+ 2 - 0
README.md

@@ -12,6 +12,8 @@ For basic project configuration when deploying, use the *core/settings_vars.py*.
 
 Be careful when adding new settings during development and remember to add them to *core/_settings_vars.py*, as *core/settings_vars.py* is ignored by Git for security reasons.
 
+Also you need to make this things with _config file. This file includes basic links for ShariXOpen.
+
 ## Utilities
 
 Utilities provides important functionality to web-application, so it is important to know and understand how they work. They are stored in *core/utils*.

+ 0 - 0
bin/_config → _config


+ 1 - 1
bin/install.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source bin/config
+source config
 
 # Function to check if a repository exists and perform git pull or git clone
 update_repository() {