Skip to content

Commit a4435fc

Browse files
author
Your Name
committed
Feat: Add recently registered orgs to registration page
1 parent ff701fe commit a4435fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+83
-46
lines changed

.github/codeql-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ extraction:
4040
exclude:
4141
- venv
4242
- .venv
43-
- "**/__pycache__/**"
43+
- "**/__pycache__/**"

.github/workflows/add-files-changed-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ jobs:
192192
fi
193193
194194
exit 1
195-
fi
195+
fi

.lgtm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ extraction:
2626
- "**/__pycache__/**"
2727
- "**/.venv/**"
2828
- "**/tests/**/*.py"
29-
- "**/test_*.py"
29+
- "**/test_*.py"

BACON/bacon-etch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ etching:
99
symbol: 🥓
1010

1111
inscriptions:
12-
- file: /blockchain/bacon.png
12+
- file: /blockchain/bacon.png

BACON/ord-server/example-split.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ outputs:
88

99
- address: bcrt1pvn4u72tm3c6jzg2ea6h0ldhvlr60mzfnlrn587el82ug4lasrdwqvqgrst
1010
runes:
11-
BLT•BACON•TOKENS: 1
11+
BLT•BACON•TOKENS: 1

BACON/regtest/bitcoin.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ rpcpassword=bitcoin
1010
[regtest]
1111
rpcport=18443
1212
rpcbind=0.0.0.0:18443
13-
rpcallowip=0.0.0.0/0
13+
rpcallowip=0.0.0.0/0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ RUN if [ -f /blt/.env ]; then dos2unix /blt/.env; fi
6565
RUN chmod +x /blt/entrypoint.sh
6666

6767
ENTRYPOINT ["/blt/entrypoint.sh"]
68-
CMD ["poetry", "run", "python", "manage.py", "runserver", "0.0.0.0:8000"]
68+
CMD ["poetry", "run", "python", "manage.py", "runserver", "0.0.0.0:8000"]

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release: python manage.py migrate --noinput
22
web: bin/start-pgbouncer uvicorn blt.asgi:application --host 0.0.0.0 --port ${PORT} --workers 1
3-
#web: gunicorn blt.wsgi --log-file - --workers 1 --worker-class gthread --threads 2 --timeout 120
3+
#web: gunicorn blt.wsgi --log-file - --workers 1 --worker-class gthread --threads 2 --timeout 120

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ services:
5252
command: ./entrypoint.sh
5353

5454
volumes:
55-
postgres_db:
55+
postgres_db:

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@
177177
- Authentication: OAuth2
178178
- Payment Processing: Multiple providers
179179
- API: RESTful
180-
- Deployment: Docker support
180+
- Deployment: Docker support

0 commit comments

Comments
 (0)