diff options
| author | Shulhan <ms@kilabit.info> | 2023-01-31 18:45:59 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-01-31 18:45:59 +0700 |
| commit | 31bac8aba1b26f9dd482b0784711b7695f43dbb0 (patch) | |
| tree | 25e8c2428ce011e769d23bc31dfa4a6e26ae3c2d /client.conf.example | |
| parent | 6a62797b1aa9b313c4c9fd0d41a00c83064c5bdf (diff) | |
| download | duitku-31bac8aba1b26f9dd482b0784711b7695f43dbb0.tar.xz | |
all: add function to load ClientOptions from file
The LoadClientOptions load the ClientOptions from configuration file.
The file configuration is using INI, for example
[duitku]
server_url = https://sandbox.duitku.com
disburse_user_id = 3551
disburse_email = test@chakratechnology.com
disburse_api_key = de5...
Diffstat (limited to 'client.conf.example')
| -rw-r--r-- | client.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client.conf.example b/client.conf.example new file mode 100644 index 0000000..8f6141f --- /dev/null +++ b/client.conf.example @@ -0,0 +1,5 @@ +[duitku] +server_url = https://sandbox.duitku.com +disburse_user_id = 3551 +disburse_email = test@chakratechnology.com +disburse_api_key = de56f832487bc1ce1de5ff2cfacf8d9486c61da69df6fd61d5537b6b7d6d354d |
