Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
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
d9373115
Commit
d9373115
authored
Apr 28, 2021
by
Ryan Karyadiputera
Browse files
test
parent
5156fc46
Pipeline
#73862
failed with stage
in 2 minutes and 22 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
kodoru.json
0 → 100644
View file @
d9373115
This diff is collapsed.
Click to expand it.
sip/settings/dev.py
View file @
d9373115
...
...
@@ -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 @
d9373115
...
...
@@ -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
.
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