Skip to content

Commit fcecfd6

Browse files
committed
No need keep nc_uap in main.
1 parent 0f9e2c1 commit fcecfd6

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

config/credentials.yml.sample

-3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,3 @@ ldap_host: ""
133133
ldap_attribute: ""
134134
ldap_admin_user: ""
135135
ldap_password: ""
136-
nc_uap_database: ""
137-
nc_uap_username: ""
138-
nc_uap_password: ""

config/database.yml.sample

-8
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ production:
2626
primary:
2727
<<: *default
2828
database: storage/oauth2id_prod.sqlite3
29-
30-
nc_uap:
31-
adapter: oracle_enhanced
32-
database: <%= Rails.application.credentials.nc_uap_database %>
33-
username: <%= Rails.application.credentials.nc_uap_username %>
34-
password: <%= Rails.application.credentials.nc_uap_password %>
35-
pool: 2
36-
timeout: 5000

0 commit comments

Comments
 (0)