Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable JSON API on charlie #4181

Merged
merged 2 commits into from
Jan 15, 2025
Merged

Conversation

raphjaph
Copy link
Collaborator

No description provided.

deploy/setup Outdated
@@ -79,7 +79,7 @@ echo '[Service]' > $OVERRIDE
echo "Environment=CHAIN=$CHAIN" >> $OVERRIDE
echo "Environment=CSP_ORIGIN=$CSP_ORIGIN" >> $OVERRIDE

if [[ $CHAIN == main ]]; then
if [[ $CHAIN == main && $DOMAIN != "charlie.ordinals.net" ]]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't need to be quoted, since it doesn't contain any special characters:

Suggested change
if [[ $CHAIN == main && $DOMAIN != "charlie.ordinals.net" ]]; then
if [[ $CHAIN == main && $DOMAIN != charlie.ordinals.net ]]; then

@raphjaph raphjaph enabled auto-merge (squash) January 15, 2025 13:26
@raphjaph raphjaph merged commit 82ea019 into ordinals:master Jan 15, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants