Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Karyadiputera
ppl-berkah-back
Commits
e3b53dfb
Commit
e3b53dfb
authored
May 01, 2021
by
Ryan Karyadiputera
Browse files
test
parent
69047c42
Pipeline
#74145
passed with stage
in 2 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sip/settings/dev.py
View file @
e3b53dfb
...
...
@@ -30,7 +30,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY
=
env
(
'DJANGO_SECRET_KEY'
)
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
Tru
e
DEBUG
=
Fals
e
# HOST_URL = os.getenv('HOST_URL')
...
...
sip/settings/staging.py
View file @
e3b53dfb
...
...
@@ -31,7 +31,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY
=
os
.
getenv
(
'DJANGO_SECRET_KEY'
,
"s3cr3t_k3y_c4nn0t_h4ck3d_by_l33t_1337"
)
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
Tru
e
DEBUG
=
Fals
e
# HOST_URL = os.getenv('HOST_URL')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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