Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
730b536f
Commit
730b536f
authored
May 20, 2021
by
carlosribas
Browse files
Create the local_settings file to be used by GitHub Actions
parent
fedda6b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
rnacentral/rnacentral/unit_test_local_settings.py
rnacentral/rnacentral/unit_test_local_settings.py
+12
-0
No files found.
rnacentral/rnacentral/unit_test_local_settings.py
0 → 100644
View file @
730b536f
ENVIRONMENT
=
'DEV'
COMPRESS_ENABLED
=
False
RQ_QUEUES
=
{
'default'
:
{
'HOST'
:
'localhost'
,
'PORT'
:
8051
,
'DB'
:
0
,
'DEFAULT_TIMEOUT'
:
360
,
'REMOTE_SERVER'
:
None
,
},
}
\ No newline at end of file
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