mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
core/config: remove version (#4653)
* core/config: remove version * lint * fix
This commit is contained in:
parent
6511440c2f
commit
53573dc046
9 changed files with 761 additions and 800 deletions
File diff suppressed because it is too large
Load diff
|
@ -12,7 +12,6 @@ import "crypt/crypt.proto";
|
|||
|
||||
message Config {
|
||||
string name = 1;
|
||||
int64 version = 4;
|
||||
repeated Route routes = 2;
|
||||
Settings settings = 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue