commit 6294b4161bc859bf9550e16f437662180c65b432 parent 176308aa56ee13ecd22325f5a9af22ad231d2a45 Author: Henrique Chan Carvalho Machado <henriqueccmachado@tecnico.ulisboa.pt> Date: Tue, 25 Nov 2025 22:41:51 +0100 oauth2_gateway: add example env and ini Diffstat:
| A | oauth2_gateway/config.example | | | 7 | +++++++ |
| D | oauth2_gateway/config.example.ini | | | 6 | ------ |
| A | oauth2_gateway/env.example | | | 8 | ++++++++ |
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/oauth2_gateway/config.example b/oauth2_gateway/config.example @@ -0,0 +1,7 @@ +[server] +# server = +# port = +# socket_path = + +[database] +# url = diff --git a/oauth2_gateway/config.example.ini b/oauth2_gateway/config.example.ini @@ -1,6 +0,0 @@ -[server] -host = 127.0.0.1 -port = 9090 - -[database] -url = postgresql://oauth2gw:password@localhost/oauth2gw diff --git a/oauth2_gateway/env.example b/oauth2_gateway/env.example @@ -0,0 +1,8 @@ +DDB_PORT= +DB_NAME= +DB_USER= +DB_PASS= + +DATABASE_URL= +TEST_DATABASE_URL= +