Skip to content

Commit

Permalink
[backend] Add credentials from non system user into properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Sep 9, 2024
1 parent 3fb5298 commit 181a18b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openbas-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ logging.logback.rollingpolicy.file-name-pattern=${LOG_FILE}.-%d{yyyy-MM-dd}.%i
logging.logback.rollingpolicy.max-file-size=10MB
logging.logback.rollingpolicy.max-history=7


# Non-system service account credentials for OpenBAS agent
agent.non-system-user=<nonsystemuser>
agent.non-system-pwd=<ChangeMe>

#############
# EXECUTORS #
#############
Expand Down

0 comments on commit 181a18b

Please sign in to comment.