Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
th-schwarz committed Oct 27, 2024
1 parent 92d7046 commit aee6a8a
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions docs/dyndrest-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ dyndrest:
path: ./restore
dump-file: dump.sql
## disable springdoc endpoints and swagger-ui by default
springdoc:
api-docs:
enabled: false
swagger-ui:
enabled: false
## configuration for the domain robot sdk
domainrobot:
default-ttl: 60
Expand All @@ -71,6 +64,13 @@ domainrobot:
custom-header:
X-Domainrobot-WS: NONE
## disable springdoc endpoints and swagger-ui by default
springdoc:
api-docs:
enabled: false
swagger-ui:
enabled: false
## import of the individual configuration settings
spring:
config:
Expand Down Expand Up @@ -117,12 +117,25 @@ spring:

[source,yaml]
----
spring:
security:
user:
name: oauthuser
password: oauthpasswd
domainrobot:
autodns:
user: userName
password: secretPwd
----
That's the minimal setting for the domainrobot-api. For further fine adjustments, the following settings can be overwritten or changed:
[source,yaml]
----
domainrobot:
default-ttl: 60
# connection properties
autodns:
context: 4
url: https://api.autodns.com/v1
# custom headers
custom-header:
X-Domainrobot-WS: NONE
----

[[backup_restore]]
=== Backup and Restore

Expand Down

0 comments on commit aee6a8a

Please sign in to comment.