Skip to content
Snippets Groups Projects
Commit 2344e73d authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix env variable

parent 1ff5c951
No related branches found
No related tags found
No related merge requests found
Pipeline #14718 passed
......@@ -250,7 +250,7 @@ if SENTRY_DSN != "":
## App-specific
NASTENKA_API_URL = "http://localhost:8009/contracts/api/notices"
NASTENKA_API_URL = env.str("NASTENKA_API_URL")
NASTENKA_API_TOKEN = env.str("NASTENKA_API_TOKEN")
DEFAULT_CONTRACTEE_NAME = env.str("DEFAULT_CONTRACTEE_NAME")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment