19 lines
293 B
Text
19 lines
293 B
Text
|
[etcd]
|
||
|
host = 127.0.0.1
|
||
|
port = 2379
|
||
|
|
||
|
[stripe]
|
||
|
private_key=stripe_private_key
|
||
|
|
||
|
[app]
|
||
|
port = 5000
|
||
|
|
||
|
[ldap]
|
||
|
server = ldap_server_url
|
||
|
admin_dn = ldap_admin_dn
|
||
|
admin_password = ldap_admin_password
|
||
|
customer_dn = ldap_customer_dn
|
||
|
user_dn = ldap_user_dn
|
||
|
|
||
|
internal_user_ou = users
|
||
|
customer_ou = customer
|