Skip to content

Commit

Permalink
Keeping tilesets as optional, given Skate still "runs" without them
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell authored Mar 21, 2024
1 parent 41c2040 commit bfd23af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .envrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ export ERL_FLAGS="+MIscs 2048"
## Source of extended schedule data
# export SKATE_HASTUS_URL=

## URL for map tile images, including {x} {y} coordinate and {z} zoom level placeholders
# export BASE_TILESET_URL=

## URL for satellite map tile images, including {x} {y} coordinate and {z} zoom level placeholders
# export SATELLITE_TILESET_URL=

## Authentication/authorization secret. Generate a value using mix phx.gen.secret
# export GUARDIAN_SECRET_KEY

Expand All @@ -55,6 +49,12 @@ export ERL_FLAGS="+MIscs 2048"
## Location of map tile images
# export TILESET_URL=

## URL for map tile images, including {x} {y} coordinate and {z} zoom level placeholders
# export BASE_TILESET_URL=

## URL for satellite map tile images, including {x} {y} coordinate and {z} zoom level placeholders
# export SATELLITE_TILESET_URL=

## Used by Erlang (only required in production)
# export RELEASE_COOKIE=

Expand Down

0 comments on commit bfd23af

Please sign in to comment.