# Referring a sql file that is out side the application's war

**URL:** https://forum.liquibase.org/t/referring-a-sql-file-that-is-out-side-the-applications-war/3657
**Category:** General Discussion
**Created:** [August 8, 2018, 6:59pm UTC](https://forum.liquibase.org/t/referring-a-sql-file-that-is-out-side-the-applications-war/3657 "2018-08-08T18:59:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![GKL](https://avatars.discourse-cdn.com/v4/letter/g/e99b99/32.png) [@GKL](https://forum.liquibase.org/u/GKL)
#### Post date: [August 8, 2018, 6:59pm UTC](https://forum.liquibase.org/t/referring-a-sql-file-that-is-out-side-the-applications-war/3657/1 "2018-08-08T18:59:00Z")

</div>

I am new to Liquibase. I am currently trying to integrate Liquibase in our enterprise application (Java, Spring). I have configured liquibase through Spring bean.&nbsp; Now my question is, I want to include sql files in changeset, but the sql files cannot be present in our application’s code base. So is there a way to include the sql files in changest, which are outside the application codebase?

Or is there a way through which I can pass the sql file path dynamically from an environment variable?

Thanks in advance
