Skip to content

Commit

Permalink
add protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Jan 20, 2023
1 parent 42a62b4 commit fac9032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .drone.yml
Expand Up @@ -29,6 +29,8 @@ steps:
environment:
CARGO_HOME: .cargo
commands:
- apt-get update
- apt-get install -y --no-install-recommends protobuf-compiler libprotobuf-dev
- rustup component add clippy
- cargo clippy --workspace --tests --all-targets --all-features --
-D warnings -D deprecated -D clippy::perf -D clippy::complexity
Expand Down
2 changes: 1 addition & 1 deletion config/defaults.hjson
Expand Up @@ -18,7 +18,7 @@
# Pictrs image server configuration.
pictrs: {
# Address where pictrs is available (for image hosting)
url: "http://pictrs:8080/"
url: "http://localhost:8080/"
# Set a custom pictrs API key. ( Required for deleting images )
api_key: "string"
}
Expand Down

0 comments on commit fac9032

Please sign in to comment.