1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Remove default number postfix

This commit is contained in:
Jake Barnby 2023-10-12 18:55:01 +13:00
parent 1ac3372239
commit 6a05d9606e
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -1,7 +1,7 @@
_APP_ENV=development
_APP_LOCALE=en
_APP_WORKER_PER_CORE=6
_APP_CONNECTIONS_DB_QUEUE_01=database_db_main
_APP_CONNECTIONS_DB_QUEUE=database_db_main
_APP_CONSOLE_WHITELIST_ROOT=disabled
_APP_CONSOLE_WHITELIST_EMAILS=
_APP_CONSOLE_WHITELIST_IPS=

View file

@ -372,7 +372,7 @@ services:
- mariadb
environment:
- _APP_ENV
- _APP_CONNECTIONS_DB_QUEUE_01
- _APP_CONNECTIONS_DB_QUEUE
- _APP_WORKER_PER_CORE
- _APP_OPENSSL_KEY_V1
- _APP_REDIS_HOST