Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit f9a828d9 authored by Muhammad Rafif Elfazri's avatar Muhammad Rafif Elfazri
Browse files

Fix using 'use' to import Config

parent bcf44978
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# from environment variables. You can also hardcode secrets, # from environment variables. You can also hardcode secrets,
# although such is generally not recommended and you have to # although such is generally not recommended and you have to
# remember to add this file to your .gitignore. # remember to add this file to your .gitignore.
use Config import Config
database_url = database_url =
System.get_env("DATABASE_URL") || System.get_env("DATABASE_URL") ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment