Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
198
Issues
198
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
d343f205
Commit
d343f205
authored
Jul 24, 2023
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test-data/test_config.ini
parent
b7e7fe51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
0 deletions
+56
-0
.gitignore
.gitignore
+1
-0
test_config.ini
test-data/test_config.ini
+55
-0
No files found.
.gitignore
View file @
d343f205
...
...
@@ -27,6 +27,7 @@ _darcs
*.pdf
*.sql
*.ini
!test-data/test_config.ini
# Runtime
...
...
test-data/test_config.ini
0 → 100644
View file @
d343f205
[gargantext]
URL
=
http://localhost
BACKEND_NAME
=
localhost
URL_BACKEND_API
=
http://localhost:8008/api/v1.0
MASTER_USER
=
gargantua
SECRET_KEY
=
test_key
DATA_FILEPATH
=
~/.garg
REPO_FILEPATH
=
~/.garg
FRAME_WRITE_URL
=
URL_TO_CHANGE
FRAME_CALC_URL
=
URL_TO_CHANGE
FRAME_VISIO_URL
=
URL_TO_CHANGE
FRAME_SEARX_URL
=
URL_TO_CHANGE
FRAME_ISTEX_URL
=
URL_TO_CHANGE
MAX_DOCS_PARSERS
=
1000000
MAX_DOCS_SCRAPERS
=
10000
JS_JOB_TIMEOUT
=
1800
JS_ID_TIMEOUT
=
1800
PUBMED_API_KEY
=
"no_key"
[server]
ALLOWED_ORIGIN
=
http://localhost
ALLOWED_ORIGIN_PORT
=
8008
ALLOWED_HOST
=
localhost
ALLOWED_HOST_PORT
=
3000
JWT_SETTINGS
=
TODO
[network]
MAIL
=
username@gargantext.org
HOST
=
localhost
[database]
DB_HOST
=
127.0.0.1
DB_PORT
=
5432
DB_NAME
=
gargandbV5
DB_USER
=
gargantua
DB_PASS
=
gargantua_test
[logs]
LOG_FILE
=
/var/log/gargantext/backend.log
LOG_LEVEL
=
LevelDebug
LOG_FORMATTER
=
verbose
[mail]
MAIL_PORT
=
25
MAIL_HOST
=
localhost
MAIL_USER
=
gargantext
MAIL_PASSWORD
=
MAIL_FROM
=
MAIL_LOGIN_TYPE
=
Normal
[nlp]
EN
=
corenlp://localhost:9000
FR
=
spacy://localhost:8001
All
=
corenlp://localhost:9000
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