mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
# ------------------------------
|
|
# List of known database aliases
|
|
# ------------------------------
|
|
|
|
#
|
|
# Example Database:
|
|
#
|
|
#employee.fdb = @FB_SAMPLEDBDIR@/employee.fdb
|
|
#employee = @FB_SAMPLEDBDIR@/employee.fdb
|
|
# TODO: When added appropriate feature to config - use $(SAMPLEDBDIR) instead
|
|
employee.fdb = $(root)/examples/empbuild/employee.fdb
|
|
employee = $(root)/examples/empbuild/employee.fdb
|
|
|
|
#
|
|
# Live Databases:
|
|
#
|