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
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
19585ea5
Verified
Commit
19585ea5
authored
Aug 29, 2024
by
Przemyslaw Kaminski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[test] add test-data/test_config.toml
parent
326a0002
Pipeline
#6550
passed with stages
in 40 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
+64
-0
test_config.toml
test-data/test_config.toml
+64
-0
No files found.
test-data/test_config.toml
0 → 100644
View file @
19585ea5
[frontend]
url
=
"http://localhost"
backend_name
=
"localhost"
url_backend_api
=
"http://localhost:8008/api/v1.0"
jwt_settings
=
"TODO"
[frontend.cors]
allowed-origins
=
[]
use-origins-for-hosts
=
true
[frontend.microservices.proxy]
port
=
8009
enabled
=
false
[secrets]
master_user
=
"gargantua"
secret_key
=
"test_key"
[paths]
data_filepath
=
"~/.garg"
#repo_filepath = "~/.garg"
[apis]
[apis.pubmed]
api_key
=
"no_key"
[apis.epo]
api_url
=
""
[external]
[external.frames]
write_url
=
"URL_TO_CHANGE"
calc_url
=
"URL_TO_CHANGE"
visio_url
=
"URL_TO_CHANGE"
searx_url
=
"URL_TO_CHANGE"
istex_url
=
"URL_TO_CHANGE"
[jobs]
max_docs_parsers
=
1000000
max_docs_scrapers
=
10000
js_job_timeout
=
1800
js_id_timeout
=
1800
[database]
host
=
"127.0.0.1"
port
=
5432
user
=
"gargantua"
pass
=
"gargantua_test"
name
=
"gargandb_test"
[mail]
port
=
25
host
=
"localhost"
user
=
"gargantext"
password
=
""
from
=
""
# NoAuth | Normal | SSL | TLS | STARTTLS
login_type
=
"Normal"
[nlp]
EN
=
"corenlp://localhost:9000"
FR
=
"spacy://localhost:8001"
All
=
"corenlp://localhost:9000"
Przemyslaw Kaminski
@cgenie
mentioned in commit
5660aec0
·
Oct 08, 2024
mentioned in commit
5660aec0
mentioned in commit 5660aec07ec5a0a0a5468f440092c1a8f57a864e
Toggle commit list
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