Skip to content

Commit

Permalink
Merge pull request #493 from karesti/banner-return
Browse files Browse the repository at this point in the history
Add missing custom banners
  • Loading branch information
holly-cummins authored Mar 11, 2024
2 parents 2802889 + 1829d81 commit da9b50f
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
quarkus.http.port=8085

## Custom banner file path
quarkus.banner.path=banner.txt

## Kafka configuration
mp.messaging.incoming.fights.connector=smallrye-kafka
mp.messaging.incoming.fights.auto.offset.reset=earliest
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_______..___________. ___ .___________. __ _______..___________. __ ______ _______.
/ || | / \ | || | / || || | / | / |
| (----``---| |----` / ^ \ `---| |----`| | | (----``---| |----`| | | ,----' | (----`
\ \ | | / /_\ \ | | | | \ \ | | | | | | \ \
.----) | | | / _____ \ | | | | .----) | | | | | | `----..----) |
|_______/ |__| /__/ \__\ |__| |__| |_______/ |__| |__| \______||_______/

Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## HTTP configuration
quarkus.http.port=8082

## Custom banner file path
quarkus.banner.path=banner.txt

## drop and create the database at startup (use `update` to only update the schema)
quarkus.hibernate-orm.database.generation=drop-and-create

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_______ __ _______ __ __ .___________. ___ .______ __
| ____|| | / _____|| | | | | | / \ | _ \ | |
| |__ | | | | __ | |__| | `---| |----` / ^ \ | |_) | | |
| __| | | | | |_ | | __ | | | / /_\ \ | ___/ | |
| | | | | |__| | | | | | | | / _____ \ | | | |
|__| |__| \______| |__| |__| |__| /__/ \__\ | _| |__|
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## HTTP configuration
quarkus.http.port=8083

## Custom banner file path
quarkus.banner.path=banner.txt

# drop and create the database at startup (use `update` to only update the schema)
quarkus.hibernate-orm.database.generation=drop-and-create

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
__ __ _______ .______ ______ ___ .______ __
| | | | | ____|| _ \ / __ \ / \ | _ \ | |
| |__| | | |__ | |_) | | | | | / ^ \ | |_) | | |
| __ | | __| | / | | | | / /_\ \ | ___/ | |
| | | | | |____ | |\ \----.| `--' | / _____ \ | | | |
|__| |__| |_______|| _| `._____| \______/ /__/ \__\ | _| |__|
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## HTTP configuration
quarkus.http.port=8086

## Custom banner file path
quarkus.banner.path=banner.txt

## CORS
quarkus.http.cors=true
quarkus.http.cors.origins=*
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.__ __. ___ .______ .______ ___ .___________. _______
| \ | | / \ | _ \ | _ \ / \ | || ____|
| \| | / ^ \ | |_) | | |_) | / ^ \ `---| |----`| |__
| . ` | / /_\ \ | / | / / /_\ \ | | | __|
| |\ | / _____ \ | |\ \----.| |\ \----./ _____ \ | | | |____
|__| \__| /__/ \__\ | _| `._____|| _| `._____/__/ \__\ |__| |_______|

0 comments on commit da9b50f

Please sign in to comment.