Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
5eb6a180
Commit
5eb6a180
authored
Nov 22, 2017
by
sim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Configuration file paths setup
parent
b7068a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
mkenvs.sh
tools/mkenvs.sh
+8
-2
No files found.
tools/mkenvs.sh
View file @
5eb6a180
#!/usr/bin/env bash
ENV_FILE
=
.env
<<<<<<
< Updated upstream
DSM
=
gargantext.settings
=======
DSM
=
gargantext.backend.settings
GARGANTEXT_CONF
=
${
GARGANTEXT_CONF
:-
gargantext
.ini
}
POSTGREST_CONF
=
${
POSTGREST_CONF
:-
postgrest
.conf
}
>>>>>>>
Stashed changes
read
-r
-d
''
DJANGO_VAR
<<
EOF
# Django settings module, it is unlikely that you'll need to change that.
...
...
@@ -14,8 +20,8 @@ build_env () {
$DJANGO_VAR
# Paths of configuration files, you're welcome to change that; when a simple
# filename is given, it'll be searched in current directory.
GARGANTEXT_CONF=
gargantext.ini
POSTGREST_CONF=
postgrest.conf
GARGANTEXT_CONF=
$GARGANTEXT_CONF
POSTGREST_CONF=
$POSTGREST_CONF
EOF
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment