Skip to content

Instantly share code, notes, and snippets.

@edermfl
Created March 14, 2017 11:39
Show Gist options
  • Save edermfl/96f1be53282c7a05e87b8dc49cb68251 to your computer and use it in GitHub Desktop.
Save edermfl/96f1be53282c7a05e87b8dc49cb68251 to your computer and use it in GitHub Desktop.
environments {
tenancies {
mainTenant {
database {
username = 'MAIN'
password = 'MAIN'
url = 'jdbc:oracle:thin:@localhost:1521:xe'
tablespace = 'TBS_DADOS'
indexspace = 'TBS_INDICES'
lobspace = 'TBS_LOBS'
}
}
sfw {
database {
username = 'SFW'
password = 'SFW'
url = 'jdbc:oracle:thin:@localhost:1521:xe'
tablespace = 'TBS_DADOS'
indexspace = 'TBS_INDICES'
lobspace = 'TBS_LOBS'
}
}
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment