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
715d2d14
Commit
715d2d14
authored
Apr 21, 2021
by
carlosribas
Browse files
Remove RNACENTRAL_BRANCH
parent
f78f3b8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
.env-example
.env-example
+1
-2
docker-compose.yml
docker-compose.yml
+0
-1
No files found.
.env-example
View file @
715d2d14
...
...
@@ -2,5 +2,4 @@ S3_HOST=https://example.com
S3_KEY=RNAcentral_key
S3_SECRET=RNAcentral_secret
SECRET_KEY=super_secret_key
DJANGO_DEBUG=True
RNACENTRAL_BRANCH=python3-version
\ No newline at end of file
DJANGO_DEBUG=True
\ No newline at end of file
docker-compose.yml
View file @
715d2d14
...
...
@@ -6,7 +6,6 @@ services:
build
:
context
:
.
args
:
-
RNACENTRAL_BRANCH=${RNACENTRAL_BRANCH}
-
LOCAL_DEVELOPMENT=${LOCAL_DEVELOPMENT}
environment
:
-
DB_HOST=${DB_HOST}
...
...
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