Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Castellum
castellum_scheduler
Commits
e17eaaf9
Commit
e17eaaf9
authored
Nov 23, 2020
by
Bengfort
Browse files
explain dev setup in README
parent
dc4c9ed6
Pipeline
#7932
passed with stages
in 3 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e17eaaf9
...
...
@@ -12,6 +12,16 @@ other tools just as well.
For development, a single
`make`
will install all dependencies and start
the server. You can log in as "admin" with password "password".
# Development with Castellum
If you want to run the scheduler alongside castellum for development you
need to set the following settings in castellum:
```
SCHEDULER_URL = 'http://localhost:8001'
SCHEDULER_TOKEN = 'CHANGEME'
```
# API
All API requests must send an
`Authorization`
header with the secret
...
...
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