Index: .idea/sonarIssues.xml =================================================================== diff -u -r18b1aee629a50834746bc82e4511ab0c91d2b0a2 -r4e5865860b021f89bb40d9b43cad5b696834a69a --- .idea/sonarIssues.xml (.../sonarIssues.xml) (revision 18b1aee629a50834746bc82e4511ab0c91d2b0a2) +++ .idea/sonarIssues.xml (.../sonarIssues.xml) (revision 4e5865860b021f89bb40d9b43cad5b696834a69a) @@ -48,6 +48,16 @@ + + + + + + + + + + Index: development-project/project-standard/standard-api-server/pom.xml =================================================================== diff -u -reabaa1ca37025614707c469c33bad10b8922dad8 -r4e5865860b021f89bb40d9b43cad5b696834a69a --- development-project/project-standard/standard-api-server/pom.xml (.../pom.xml) (revision eabaa1ca37025614707c469c33bad10b8922dad8) +++ development-project/project-standard/standard-api-server/pom.xml (.../pom.xml) (revision 4e5865860b021f89bb40d9b43cad5b696834a69a) @@ -74,6 +74,15 @@ dev + + operation + + false + + + operation + + Index: development-project/project-standard/standard-api-server/profiles/operation/database.properties =================================================================== diff -u --- development-project/project-standard/standard-api-server/profiles/operation/database.properties (revision 0) +++ development-project/project-standard/standard-api-server/profiles/operation/database.properties (revision 4e5865860b021f89bb40d9b43cad5b696834a69a) @@ -0,0 +1,10 @@ +# Database configuration props +database.driver=oracle.jdbc.driver.OracleDriver +database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl +database.username=STANDARD_DB +database.password=STANDARD_DB_1234 + +# hibernate props +hibernate.dialect=org.hibernate.dialect.Oracle10gDialect +hibernate.show.sql=true +hibernate.hbm2ddl.auto=none \ No newline at end of file Index: development-project/project-standard/standard-api-server/profiles/operation/socialProviders.properties =================================================================== diff -u --- development-project/project-standard/standard-api-server/profiles/operation/socialProviders.properties (revision 0) +++ development-project/project-standard/standard-api-server/profiles/operation/socialProviders.properties (revision 4e5865860b021f89bb40d9b43cad5b696834a69a) @@ -0,0 +1,15 @@ +# facebook provider details +facebook.api.key=1956209994613987 +facebook.api.secret=5a123e748228cb7cbbd1bda69a56ca68 + +# twitter provider details +twitter.api.key=kBcdXhCEQcTE8wz5zxliQCJX6 +twitter.api.secret=6qiXptqIR1rHyWirlK1Alrk2FXiccyOk0dc2paZRUyjkJqI1IL + +# linkedin provider details +linkedin.api.key=75ileo93c5xmr5 +linkedin.api.secret=pUdw0kH9ggnj9QQE + +# google provider details +google.api.key=463154592024-iht57o90m3n3f13mk40jddumv22i6nj3.apps.googleusercontent.com +google.api.secret=8l3t8aeJUeyubwarJ_OBtfCd