Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
afacecd6
Commit
afacecd6
authored
May 13, 2019
by
Bruno Martin
Browse files
make youtube api key configurable
parent
4b02624d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/settings/base.py
config/settings/base.py
+1
-1
No files found.
config/settings/base.py
View file @
afacecd6
...
...
@@ -410,7 +410,7 @@ ACCOUNT_REQUIRED_FIELDS = ('first_name', 'last_name', )
CERTIFICATE_SIZE
=
(
862
,
596
)
PHANTOMJS_PATH
=
ROOT_DIR
.
path
(
'node_modules/phantomjs-prebuilt/bin/phantomjs'
)
YOUTUBE_API_KEY
=
''
YOUTUBE_API_KEY
=
env
.
str
(
'YOUTUBE_API_KEY'
,
''
)
# [legacy] Django compressor stuff
COMPRESS_OFFLINE
=
True
...
...
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