datarhei-dragonfork-core/config
Ingo Oppermann e374f83377
Fix config timestamps
created_at represents the time when the configuration has been persisted to disk.
loaded_at represents the time when the configuration has actually been used.

If created_at is larger than loaded_at, then the Core needs a reload in order
to apply the latest configuration.

if created_at is lower than laoded_at, then the Core applied the latest
configuration.

The value of updated_at is irrelevant and shouldn't be used.
2023-01-19 16:13:53 +01:00
..
copy Fix proper version handling for uploading a new config 2022-10-10 16:19:45 +02:00
store Fix config timestamps 2023-01-19 16:13:53 +01:00
v1 Add format annotation for integer types for swagger documentation 2023-01-11 21:05:40 +01:00
v2 Add format annotation for integer types for swagger documentation 2023-01-11 21:05:40 +01:00
value Allow alternative syntax for auth0 tenants as environment variable 2023-01-02 11:39:58 +01:00
vars Fix proper version handling for uploading a new config 2022-10-10 16:19:45 +02:00
config.go Allow to set a soft memory limit for the binary itself 2023-01-02 11:58:54 +01:00
config_test.go Fix proper version handling for uploading a new config 2022-10-10 16:19:45 +02:00
data.go Fix config timestamps 2023-01-19 16:13:53 +01:00