Skip to content

Commit

Permalink
Release 0.2.0-rc.2 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwy3y3 authored Apr 23, 2024
1 parent 337f837 commit bc6e0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wren-launcher/utils/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
)

const (
DOCKER_COMPOSE_YAML_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/eeab618f65661b9d9cff5ef75ea9a6f5b7605d5d/docker-compose.yaml"
DOCKER_COMPOSE_ENV_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/eeab618f65661b9d9cff5ef75ea9a6f5b7605d5d/.env.example"
DOCKER_COMPOSE_YAML_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/77ae15617551c575caeddfd892ad4086c1d70ec9/docker-compose.yaml"
DOCKER_COMPOSE_ENV_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/77ae15617551c575caeddfd892ad4086c1d70ec9/.env.example"

// pg user
PG_USERNAME string = "wren-user"
Expand Down

0 comments on commit bc6e0a0

Please sign in to comment.