Skip to content

Commit 0e79c86

Browse files
committed
Merge branch 'joe_url_fix' into 'master'
DLE URL used by Joe fixed See merge request postgres-ai/database-lab-infrastructure!21
2 parents fdf0dba + d8c9a82 commit 0e79c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dle-logical-init.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ cp /home/ubuntu/joe.yml ~/.dblab/joe.yml
159159
sed -ri "s/^(\s*)(debug:.*$)/\1debug: ${dle_debug_mode}/" ~/.dblab/joe.yml
160160
sed -ri "s/^(\s*)( token:.*$)/\1 token: ${platform_access_token}/" ~/.dblab/joe.yml
161161
sed -ri "s/^(\s*)( token:.*$)/\1 token: ${dle_verification_token}/" ~/.dblab/joe.yml
162-
sed -ri "s/^(\s*)( url:.*$)/\1 url: \"http\\:\\/\\/${aws_deploy_dns_api_subdomain}-engine.aws.postgres.ai\\:2345\"/" ~/.dblab/joe.yml
162+
sed -ri "s/^(\s*)( url:.*$)/\1 url: \"http\\:\\/\\/localhost\\:2345\"/" ~/.dblab/joe.yml
163163
sed -ri "s/^(\s*)(dbname:.*$)/\1dbname: ${source_postgres_dbname}/" ~/.dblab/joe.yml
164164
sed -ri "s/^(\s*)(signingSecret:.*$)/\1signingSecret: ${platform_joe_signing_secret}/" ~/.dblab/joe.yml
165165
sed -ri "s/^(\s*)(project:.*$)/\1project: ${platform_project_name}/" ~/.dblab/joe.yml

0 commit comments

Comments
 (0)